Trace number 2081586

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+picosat? (TO) 1800.07 1808.36

General information on the benchmark

Namecsp/super-js/super-js-taillard-20-15/
normalized-super-js-taillard-20-15-28.xml
MD5SUM0ee4188de7d6c5919718ac5c6628a5b8
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4.49032
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of constraints9690
Maximum constraint arity2
Maximum domain size1360
Number of constraints which are defined in extension0
Number of constraints which are defined in intension9690
Global constraints used (with number of constraints)

Solver Data

0.04/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.04/0.08	c 0	BEGIN Sun Jul 12 06:34:18 2009
0.04/0.08	c 0	PID 22928
0.04/0.08	c 0	HOST node66.alineos.net
0.04/0.08	c 0	CONVERTING HOME/instance-2081586-1247373257.xml TO HOME/temp.csp
0.04/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2081586-1247373257.xml' 'HOME/temp.csp'
1.05/1.17	c 1	92 domains, 600 variables, 4 predicates, 0 relations, 9690 constraints
1.05/1.19	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.05/1.19	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.13/1.28	c 1	Parsing HOME/temp.csp
1.13/1.44	c 1	parsed 10000 expressions
1.13/1.45	c 1	parsed 10386 expressions
1.13/1.46	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.13/1.46	c 1	Converting to clausal form CSP
1.13/1.60	c 1	converted 1039 (10%) expressions
1.13/1.75	c 1	converted 2078 (20%) expressions
1.13/1.83	c 1	converted 3116 (30%) expressions
1.13/1.87	c 1	converted 4155 (40%) expressions
1.13/1.91	c 1	converted 5193 (50%) expressions
1.13/1.95	c 1	converted 6232 (60%) expressions
1.13/2.05	c 2	converted 7271 (70%) expressions
1.13/2.08	c 2	converted 8309 (80%) expressions
2.01/2.13	c 2	converted 9348 (90%) expressions
2.01/2.16	c 2	converted 10386 (100%) expressions
2.01/2.16	c 2	CSP : 600 integers, 0 booleans, 9690 clauses, largest domain size 1351
2.01/2.16	c 2	Heap : 9 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.01/2.16	c 2	Propagation in CSP
2.41/2.58	c 2	181934 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.41/2.58	c 2	CSP : 600 integers, 0 booleans, 9690 clauses, largest domain size 774
2.41/2.58	c 2	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.41/2.59	c 2	Simplifing CSP by introducing new Boolean variables
2.61/2.77	c 2	CSP : 600 integers, 17700 booleans, 27390 clauses, largest domain size 774
2.61/2.77	c 2	Heap : 15 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.70/2.87	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.80/2.96	c 2	60 (10%) CSP integer variables are encoded (37590 clauses, 541734 bytes)
2.91/3.00	c 2	120 (20%) CSP integer variables are encoded (71670 clauses, 1052934 bytes)
2.91/3.06	c 3	180 (30%) CSP integer variables are encoded (115590 clauses, 1743231 bytes)
3.00/3.12	c 3	240 (40%) CSP integer variables are encoded (153390 clauses, 2385831 bytes)
3.00/3.16	c 3	300 (50%) CSP integer variables are encoded (186900 clauses, 2955501 bytes)
3.10/3.22	c 3	360 (60%) CSP integer variables are encoded (221280 clauses, 3539961 bytes)
3.10/3.28	c 3	420 (70%) CSP integer variables are encoded (263040 clauses, 4249881 bytes)
3.20/3.33	c 3	480 (80%) CSP integer variables are encoded (301230 clauses, 4899111 bytes)
3.20/3.38	c 3	540 (90%) CSP integer variables are encoded (338940 clauses, 5540181 bytes)
3.30/3.43	c 3	600 (100%) CSP integer variables are encoded (367830 clauses, 6031311 bytes)
5.08/5.22	c 5	2739 (10%) CSP clauses are encoded (1171781 clauses, 24421698 bytes)
6.37/6.53	c 6	5478 (20%) CSP clauses are encoded (1778177 clauses, 38610844 bytes)
7.84/8.01	c 7	8217 (30%) CSP clauses are encoded (2470017 clauses, 54816111 bytes)
9.52/9.70	c 9	10956 (40%) CSP clauses are encoded (3177347 clauses, 71410756 bytes)
11.38/11.60	c 11	13695 (50%) CSP clauses are encoded (3966185 clauses, 90315059 bytes)
12.77/13.04	c 13	16434 (60%) CSP clauses are encoded (4657734 clauses, 107262438 bytes)
14.15/14.42	c 14	19173 (70%) CSP clauses are encoded (5312498 clauses, 123273873 bytes)
15.41/15.78	c 15	21912 (80%) CSP clauses are encoded (5946157 clauses, 138709441 bytes)
17.09/17.40	c 17	24651 (90%) CSP clauses are encoded (6707852 clauses, 157138148 bytes)
18.56/18.98	c 18	27390 (100%) CSP clauses are encoded (7435719 clauses, 174102670 bytes)
18.56/18.98	c 18	27390 CSP clauses encoded
18.56/18.98	c 18	Writing map file : HOME/temp.map
18.56/19.00	c 18	Heap : 9 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
18.56/19.00	c 18	SAT : 386130 SAT variables, 7435719 SAT clauses, 174102670 bytes
18.56/19.00	c 18	Heap : 9 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
18.66/19.03	c 18	SOLVING HOME/temp.cnf
18.66/19.03	c 18	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.07/1808.32	c ERROR INTERRUPTED
1800.07/1808.35	s UNKNOWN
1800.07/1808.35	c 1808	CPU 18.68 (0.06 0.02 17.14 1.46)
1800.07/1808.35	c 1808	END Sun Jul 12 07:04:26 2009

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2081586-1247373257/watcher-2081586-1247373257 -o /tmp/evaluation-result-2081586-1247373257/solver-2081586-1247373257 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2081586-1247373257.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.91 1.97 1.99 4/74 22928
/proc/meminfo: memFree=1465168/2055920 swapFree=4192812/4192956
[pid=22928] ppid=22926 vsize=12268 CPUtime=0
/proc/22928/stat : 22928 (sugar) R 22926 22928 18315 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 24388572 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 227607804517 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/22928/statm: 3067 316 241 3 0 167 0

[startup+0.0659709 s]
/proc/loadavg: 1.91 1.97 1.99 4/74 22928
/proc/meminfo: memFree=1465168/2055920 swapFree=4192812/4192956
[pid=22928] ppid=22926 vsize=16080 CPUtime=0.04
/proc/22928/stat : 22928 (sugar) R 22926 22928 18315 0 -1 4194304 934 0 0 0 3 1 0 0 18 0 1 0 24388572 16465920 902 996147200 4194304 4206940 548682068608 18446744073709551615 227620894224 0 0 4224 0 0 0 0 17 1 0 0
/proc/22928/statm: 4020 902 380 3 0 599 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 16080

[startup+0.103001 s]
/proc/loadavg: 1.91 1.97 1.99 4/74 22928
/proc/meminfo: memFree=1465168/2055920 swapFree=4192812/4192956
[pid=22928] ppid=22926 vsize=16868 CPUtime=0.06
/proc/22928/stat : 22928 (sugar) S 22926 22928 18315 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24388572 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22928/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301997 s]
/proc/loadavg: 1.91 1.97 1.99 4/74 22928
/proc/meminfo: memFree=1465168/2055920 swapFree=4192812/4192956
[pid=22928] ppid=22926 vsize=16868 CPUtime=0.06
/proc/22928/stat : 22928 (sugar) S 22926 22928 18315 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24388572 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22928/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701044 s]
/proc/loadavg: 1.91 1.97 1.99 4/74 22928
/proc/meminfo: memFree=1465168/2055920 swapFree=4192812/4192956
[pid=22928] ppid=22926 vsize=16868 CPUtime=0.06
/proc/22928/stat : 22928 (sugar) S 22926 22928 18315 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24388572 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22928/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50114 s]
/proc/loadavg: 1.91 1.97 1.99 4/85 22940
/proc/meminfo: memFree=1442168/2055920 swapFree=4192812/4192956
[pid=22928] ppid=22926 vsize=16868 CPUtime=1.13
/proc/22928/stat : 22928 (sugar) S 22926 22928 18315 0 -1 4194304 1309 9121 0 1 5 1 101 6 16 0 1 0 24388572 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22928/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 16868

[startup+3.10233 s]
/proc/loadavg: 1.91 1.97 1.99 3/85 22950
/proc/meminfo: memFree=1441592/2055920 swapFree=4192812/4192956
[pid=22928] ppid=22926 vsize=16868 CPUtime=1.14
/proc/22928/stat : 22928 (sugar) S 22926 22928 18315 0 -1 4194304 1310 9121 0 1 6 1 101 6 16 0 1 0 24388572 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22928/statm: 4217 1111 409 3 0 796 0
[pid=22941] ppid=22928 vsize=5356 CPUtime=0
/proc/22941/stat : 22941 (sh) S 22928 22928 18315 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24388692 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22941/statm: 1339 233 193 169 0 50 0
[pid=22942] ppid=22941 vsize=869712 CPUtime=1.86
/proc/22942/stat : 22942 (java) S 22941 22928 18315 0 -1 0 10308 0 1 0 179 7 0 0 18 0 9 0 24388692 890585088 9335 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22942/statm: 217428 9335 2590 9 0 211905 0
[pid=22942/tid=22943] ppid=22941 vsize=869712 CPUtime=1.15
/proc/22942/task/22943/stat : 22943 (java) R 22941 22928 18315 0 -1 64 2976 0 1 0 112 3 0 0 25 0 9 0 24388693 890585088 9335 996147200 134512640 134550932 4294955936 18446744073709551615 4126536954 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22942/tid=22944] ppid=22941 vsize=869712 CPUtime=0.47
/proc/22942/task/22944/stat : 22944 (java) S 22941 22928 18315 0 -1 64 5129 0 0 0 45 2 0 0 16 0 9 0 24388694 890585088 9335 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22942/tid=22945] ppid=22941 vsize=869712 CPUtime=0
/proc/22942/task/22945/stat : 22945 (java) S 22941 22928 18315 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24388694 890585088 9335 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22942/tid=22946] ppid=22941 vsize=869712 CPUtime=0
/proc/22942/task/22946/stat : 22946 (java) S 22941 22928 18315 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24388694 890585088 9335 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22942/tid=22947] ppid=22941 vsize=869712 CPUtime=0
/proc/22942/task/22947/stat : 22947 (java) S 22941 22928 18315 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24388696 890585088 9335 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22942/tid=22948] ppid=22941 vsize=869712 CPUtime=0.2
/proc/22942/task/22948/stat : 22948 (java) S 22941 22928 18315 0 -1 64 1504 0 0 0 20 0 0 0 16 0 9 0 24388696 890585088 9335 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22942/tid=22949] ppid=22941 vsize=869712 CPUtime=0
/proc/22942/task/22949/stat : 22949 (java) S 22941 22928 18315 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24388697 890585088 9335 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22942/tid=22950] ppid=22941 vsize=869712 CPUtime=0
/proc/22942/task/22950/stat : 22950 (java) S 22941 22928 18315 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24388697 890585088 9335 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 891936

[startup+6.3027 s]
/proc/loadavg: 1.92 1.97 1.99 3/85 22950
/proc/meminfo: memFree=1406840/2055920 swapFree=4192812/4192956
[pid=22928] ppid=22926 vsize=16868 CPUtime=1.15
/proc/22928/stat : 22928 (sugar) S 22926 22928 18315 0 -1 4194304 1310 9121 0 1 6 2 101 6 16 0 1 0 24388572 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22928/statm: 4217 1111 409 3 0 796 0
[pid=22941] ppid=22928 vsize=5356 CPUtime=0
/proc/22941/stat : 22941 (sh) S 22928 22928 18315 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24388692 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22941/statm: 1339 233 193 169 0 50 0
[pid=22942] ppid=22941 vsize=869712 CPUtime=5.02
/proc/22942/stat : 22942 (java) S 22941 22928 18315 0 -1 0 10867 0 1 0 468 34 0 0 18 0 9 0 24388692 890585088 9355 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22942/statm: 217428 9355 2590 9 0 211905 0
[pid=22942/tid=22943] ppid=22941 vsize=869712 CPUtime=4.08
/proc/22942/task/22943/stat : 22943 (java) R 22941 22928 18315 0 -1 64 3517 0 1 0 381 27 0 0 25 0 9 0 24388693 890585088 9355 996147200 134512640 134550932 4294955936 18446744073709551615 102093928 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22942/tid=22944] ppid=22941 vsize=869712 CPUtime=0.67
/proc/22942/task/22944/stat : 22944 (java) S 22941 22928 18315 0 -1 64 5129 0 0 0 62 5 0 0 16 0 9 0 24388694 890585088 9355 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22942/tid=22945] ppid=22941 vsize=869712 CPUtime=0
/proc/22942/task/22945/stat : 22945 (java) S 22941 22928 18315 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24388694 890585088 9355 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22942/tid=22946] ppid=22941 vsize=869712 CPUtime=0
/proc/22942/task/22946/stat : 22946 (java) S 22941 22928 18315 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24388694 890585088 9355 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22942/tid=22947] ppid=22941 vsize=869712 CPUtime=0
/proc/22942/task/22947/stat : 22947 (java) S 22941 22928 18315 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24388696 890585088 9355 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22942/tid=22948] ppid=22941 vsize=869712 CPUtime=0.23
/proc/22942/task/22948/stat : 22948 (java) S 22941 22928 18315 0 -1 64 1522 0 0 0 23 0 0 0 16 0 9 0 24388696 890585088 9355 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22942/tid=22949] ppid=22941 vsize=869712 CPUtime=0
/proc/22942/task/22949/stat : 22949 (java) S 22941 22928 18315 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24388697 890585088 9355 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22942/tid=22950] ppid=22941 vsize=869712 CPUtime=0
/proc/22942/task/22950/stat : 22950 (java) S 22941 22928 18315 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24388697 890585088 9355 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 891936

[startup+12.7025 s]
/proc/loadavg: 1.93 1.97 1.99 3/85 22950
/proc/meminfo: memFree=1338168/2055920 swapFree=4192812/4192956
[pid=22928] ppid=22926 vsize=16868 CPUtime=1.15
/proc/22928/stat : 22928 (sugar) S 22926 22928 18315 0 -1 4194304 1310 9121 0 1 6 2 101 6 16 0 1 0 24388572 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22928/statm: 4217 1111 409 3 0 796 0
[pid=22941] ppid=22928 vsize=5356 CPUtime=0
/proc/22941/stat : 22941 (sh) S 22928 22928 18315 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24388692 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22941/statm: 1339 233 193 169 0 50 0
[pid=22942] ppid=22941 vsize=869712 CPUtime=11.31
/proc/22942/stat : 22942 (java) S 22941 22928 18315 0 -1 0 11921 0 1 0 1047 84 0 0 18 0 9 0 24388692 890585088 9355 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22942/statm: 217428 9355 2590 9 0 211905 0
[pid=22942/tid=22943] ppid=22941 vsize=869712 CPUtime=10.01
/proc/22942/task/22943/stat : 22943 (java) R 22941 22928 18315 0 -1 64 4571 0 1 0 931 70 0 0 25 0 9 0 24388693 890585088 9355 996147200 134512640 134550932 4294955936 18446744073709551615 4126942056 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22942/tid=22944] ppid=22941 vsize=869712 CPUtime=1.04
/proc/22942/task/22944/stat : 22944 (java) S 22941 22928 18315 0 -1 64 5129 0 0 0 92 12 0 0 16 0 9 0 24388694 890585088 9355 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22942/tid=22945] ppid=22941 vsize=869712 CPUtime=0
/proc/22942/task/22945/stat : 22945 (java) S 22941 22928 18315 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24388694 890585088 9355 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22942/tid=22946] ppid=22941 vsize=869712 CPUtime=0
/proc/22942/task/22946/stat : 22946 (java) S 22941 22928 18315 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24388694 890585088 9355 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22942/tid=22947] ppid=22941 vsize=869712 CPUtime=0
/proc/22942/task/22947/stat : 22947 (java) S 22941 22928 18315 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24388696 890585088 9355 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22942/tid=22948] ppid=22941 vsize=869712 CPUtime=0.23
/proc/22942/task/22948/stat : 22948 (java) S 22941 22928 18315 0 -1 64 1522 0 0 0 23 0 0 0 16 0 9 0 24388696 890585088 9355 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22942/tid=22949] ppid=22941 vsize=869712 CPUtime=0
/proc/22942/task/22949/stat : 22949 (java) S 22941 22928 18315 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24388697 890585088 9355 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22942/tid=22950] ppid=22941 vsize=869712 CPUtime=0
/proc/22942/task/22950/stat : 22950 (java) S 22941 22928 18315 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24388697 890585088 9355 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 891936

[startup+25.503 s]
/proc/loadavg: 1.94 1.97 1.99 3/77 22952
/proc/meminfo: memFree=1239032/2055920 swapFree=4192812/4192956
[pid=22928] ppid=22926 vsize=16868 CPUtime=18.68
/proc/22928/stat : 22928 (sugar) S 22926 22928 18315 0 -1 4194304 1365 22447 0 2 6 2 1714 146 16 0 1 0 24388572 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22928/statm: 4217 1113 409 3 0 796 0
[pid=22951] ppid=22928 vsize=5356 CPUtime=0
/proc/22951/stat : 22951 (sh) S 22928 22928 18315 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24390475 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22951/statm: 1339 232 193 169 0 50 0
[pid=22952] ppid=22951 vsize=58688 CPUtime=6.38
/proc/22952/stat : 22952 (picosat) R 22951 22928 18315 0 -1 4194304 12126 0 0 0 288 350 0 0 25 0 1 0 24390475 60096512 12112 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/22952/statm: 14672 12112 40 102 0 14567 0
Current children cumulated CPU time (s) 25.06
Current children cumulated vsize (KiB) 80912

[startup+51.103 s]
/proc/loadavg: 1.96 1.97 1.99 3/77 22952
/proc/meminfo: memFree=1144056/2055920 swapFree=4192812/4192956
[pid=22928] ppid=22926 vsize=16868 CPUtime=18.68
/proc/22928/stat : 22928 (sugar) S 22926 22928 18315 0 -1 4194304 1365 22447 0 2 6 2 1714 146 16 0 1 0 24388572 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22928/statm: 4217 1113 409 3 0 796 0
[pid=22951] ppid=22928 vsize=5356 CPUtime=0
/proc/22951/stat : 22951 (sh) S 22928 22928 18315 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24390475 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22951/statm: 1339 232 193 169 0 50 0
[pid=22952] ppid=22951 vsize=158164 CPUtime=31.73
/proc/22952/stat : 22952 (picosat) R 22951 22928 18315 0 -1 4194304 36166 0 0 0 1450 1723 0 0 25 0 1 0 24390475 161959936 36152 996147200 134512640 134931368 4294956256 18446744073709551615 134582083 0 0 4096 0 0 0 0 17 1 0 0
/proc/22952/statm: 39541 36152 40 102 0 39436 0
Current children cumulated CPU time (s) 50.41
Current children cumulated vsize (KiB) 180388

[startup+102.307 s]
/proc/loadavg: 1.98 1.97 1.99 3/77 22952
/proc/meminfo: memFree=1015416/2055920 swapFree=4192812/4192956
[pid=22928] ppid=22926 vsize=16868 CPUtime=18.68
/proc/22928/stat : 22928 (sugar) S 22926 22928 18315 0 -1 4194304 1365 22447 0 2 6 2 1714 146 16 0 1 0 24388572 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22928/statm: 4217 1113 409 3 0 796 0
[pid=22951] ppid=22928 vsize=5356 CPUtime=0
/proc/22951/stat : 22951 (sh) S 22928 22928 18315 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24390475 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22951/statm: 1339 232 193 169 0 50 0
[pid=22952] ppid=22951 vsize=293240 CPUtime=82.3
/proc/22952/stat : 22952 (picosat) R 22951 22928 18315 0 -1 4194304 67613 0 0 0 4666 3564 0 0 25 0 1 0 24390475 300277760 67599 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/22952/statm: 73310 67599 42 102 0 73205 0
Current children cumulated CPU time (s) 100.98

################
# More data... #
################

/proc/meminfo: memFree=764512/2055920 swapFree=4192812/4192956
[pid=22928] ppid=22926 vsize=16868 CPUtime=18.68
/proc/22928/stat : 22928 (sugar) S 22926 22928 18315 0 -1 4194304 1365 22447 0 2 6 2 1714 146 16 0 1 0 24388572 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22928/statm: 4217 1113 409 3 0 796 0
[pid=22951] ppid=22928 vsize=5356 CPUtime=0
/proc/22951/stat : 22951 (sh) S 22928 22928 18315 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24390475 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22951/statm: 1339 232 193 169 0 50 0
[pid=22952] ppid=22951 vsize=298264 CPUtime=1335.56
/proc/22952/stat : 22952 (picosat) R 22951 22928 18315 0 -1 4194304 68944 0 0 0 129984 3572 0 0 25 0 1 0 24390475 305422336 68928 996147200 134512640 134931368 4294956256 18446744073709551615 134525675 0 0 4096 0 0 0 0 17 0 0 0
/proc/22952/statm: 74566 68928 48 102 0 74461 0
Current children cumulated CPU time (s) 1354.24
Current children cumulated vsize (KiB) 320488

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 23056
/proc/meminfo: memFree=764128/2055920 swapFree=4192812/4192956
[pid=22928] ppid=22926 vsize=16868 CPUtime=18.68
/proc/22928/stat : 22928 (sugar) S 22926 22928 18315 0 -1 4194304 1365 22447 0 2 6 2 1714 146 16 0 1 0 24388572 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22928/statm: 4217 1113 409 3 0 796 0
[pid=22951] ppid=22928 vsize=5356 CPUtime=0
/proc/22951/stat : 22951 (sh) S 22928 22928 18315 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24390475 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22951/statm: 1339 232 193 169 0 50 0
[pid=22952] ppid=22951 vsize=298660 CPUtime=1395.54
/proc/22952/stat : 22952 (picosat) R 22951 22928 18315 0 -1 4194304 69017 0 0 0 135982 3572 0 0 25 0 1 0 24390475 305827840 69001 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/22952/statm: 74665 69001 48 102 0 74560 0
Current children cumulated CPU time (s) 1414.22
Current children cumulated vsize (KiB) 320884

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 23056
/proc/meminfo: memFree=763872/2055920 swapFree=4192812/4192956
[pid=22928] ppid=22926 vsize=16868 CPUtime=18.68
/proc/22928/stat : 22928 (sugar) S 22926 22928 18315 0 -1 4194304 1365 22447 0 2 6 2 1714 146 16 0 1 0 24388572 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22928/statm: 4217 1113 409 3 0 796 0
[pid=22951] ppid=22928 vsize=5356 CPUtime=0
/proc/22951/stat : 22951 (sh) S 22928 22928 18315 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24390475 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22951/statm: 1339 232 193 169 0 50 0
[pid=22952] ppid=22951 vsize=298924 CPUtime=1455.52
/proc/22952/stat : 22952 (picosat) R 22951 22928 18315 0 -1 4194304 69088 0 0 0 141979 3573 0 0 25 0 1 0 24390475 306098176 69072 996147200 134512640 134931368 4294956256 18446744073709551615 134522836 0 0 4096 0 0 0 0 17 0 0 0
/proc/22952/statm: 74731 69072 48 102 0 74626 0
Current children cumulated CPU time (s) 1474.2
Current children cumulated vsize (KiB) 321148

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 23056
/proc/meminfo: memFree=763360/2055920 swapFree=4192812/4192956
[pid=22928] ppid=22926 vsize=16868 CPUtime=18.68
/proc/22928/stat : 22928 (sugar) S 22926 22928 18315 0 -1 4194304 1365 22447 0 2 6 2 1714 146 16 0 1 0 24388572 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22928/statm: 4217 1113 409 3 0 796 0
[pid=22951] ppid=22928 vsize=5356 CPUtime=0
/proc/22951/stat : 22951 (sh) S 22928 22928 18315 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24390475 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22951/statm: 1339 232 193 169 0 50 0
[pid=22952] ppid=22951 vsize=299188 CPUtime=1515.49
/proc/22952/stat : 22952 (picosat) R 22951 22928 18315 0 -1 4194304 69171 0 0 0 147976 3573 0 0 25 0 1 0 24390475 306368512 69155 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 0 0 0
/proc/22952/statm: 74797 69155 48 102 0 74692 0
Current children cumulated CPU time (s) 1534.17
Current children cumulated vsize (KiB) 321412

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 23056
/proc/meminfo: memFree=762912/2055920 swapFree=4192812/4192956
[pid=22928] ppid=22926 vsize=16868 CPUtime=18.68
/proc/22928/stat : 22928 (sugar) S 22926 22928 18315 0 -1 4194304 1365 22447 0 2 6 2 1714 146 16 0 1 0 24388572 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22928/statm: 4217 1113 409 3 0 796 0
[pid=22951] ppid=22928 vsize=5356 CPUtime=0
/proc/22951/stat : 22951 (sh) S 22928 22928 18315 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24390475 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22951/statm: 1339 232 193 169 0 50 0
[pid=22952] ppid=22951 vsize=299452 CPUtime=1575.47
/proc/22952/stat : 22952 (picosat) R 22951 22928 18315 0 -1 4194304 69230 0 0 0 153974 3573 0 0 25 0 1 0 24390475 306638848 69214 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/22952/statm: 74863 69214 48 102 0 74758 0
Current children cumulated CPU time (s) 1594.15
Current children cumulated vsize (KiB) 321676

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 23062
/proc/meminfo: memFree=762464/2055920 swapFree=4192812/4192956
[pid=22928] ppid=22926 vsize=16868 CPUtime=18.68
/proc/22928/stat : 22928 (sugar) S 22926 22928 18315 0 -1 4194304 1365 22447 0 2 6 2 1714 146 16 0 1 0 24388572 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22928/statm: 4217 1113 409 3 0 796 0
[pid=22951] ppid=22928 vsize=5356 CPUtime=0
/proc/22951/stat : 22951 (sh) S 22928 22928 18315 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24390475 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22951/statm: 1339 232 193 169 0 50 0
[pid=22952] ppid=22951 vsize=299716 CPUtime=1635.43
/proc/22952/stat : 22952 (picosat) R 22951 22928 18315 0 -1 4194304 69287 0 0 0 159970 3573 0 0 25 0 1 0 24390475 306909184 69271 996147200 134512640 134931368 4294956256 18446744073709551615 134525860 0 0 4096 0 0 0 0 17 0 0 0
/proc/22952/statm: 74929 69271 48 102 0 74824 0
Current children cumulated CPU time (s) 1654.11
Current children cumulated vsize (KiB) 321940

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 23062
/proc/meminfo: memFree=762272/2055920 swapFree=4192812/4192956
[pid=22928] ppid=22926 vsize=16868 CPUtime=18.68
/proc/22928/stat : 22928 (sugar) S 22926 22928 18315 0 -1 4194304 1365 22447 0 2 6 2 1714 146 16 0 1 0 24388572 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22928/statm: 4217 1113 409 3 0 796 0
[pid=22951] ppid=22928 vsize=5356 CPUtime=0
/proc/22951/stat : 22951 (sh) S 22928 22928 18315 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24390475 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22951/statm: 1339 232 193 169 0 50 0
[pid=22952] ppid=22951 vsize=299848 CPUtime=1695.41
/proc/22952/stat : 22952 (picosat) R 22951 22928 18315 0 -1 4194304 69344 0 0 0 165968 3573 0 0 25 0 1 0 24390475 307044352 69328 996147200 134512640 134931368 4294956256 18446744073709551615 134524110 0 0 4096 0 0 0 0 17 0 0 0
/proc/22952/statm: 74962 69328 48 102 0 74857 0
Current children cumulated CPU time (s) 1714.09
Current children cumulated vsize (KiB) 322072

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 23062
/proc/meminfo: memFree=761824/2055920 swapFree=4192812/4192956
[pid=22928] ppid=22926 vsize=16868 CPUtime=18.68
/proc/22928/stat : 22928 (sugar) S 22926 22928 18315 0 -1 4194304 1365 22447 0 2 6 2 1714 146 16 0 1 0 24388572 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22928/statm: 4217 1113 409 3 0 796 0
[pid=22951] ppid=22928 vsize=5356 CPUtime=0
/proc/22951/stat : 22951 (sh) S 22928 22928 18315 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24390475 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22951/statm: 1339 232 193 169 0 50 0
[pid=22952] ppid=22951 vsize=300244 CPUtime=1755.39
/proc/22952/stat : 22952 (picosat) R 22951 22928 18315 0 -1 4194304 69421 0 0 0 171965 3574 0 0 25 0 1 0 24390475 307449856 69405 996147200 134512640 134931368 4294956256 18446744073709551615 134530822 0 0 4096 0 0 0 0 17 0 0 0
/proc/22952/statm: 75061 69405 48 102 0 74956 0
Current children cumulated CPU time (s) 1774.07
Current children cumulated vsize (KiB) 322468



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 23062
/proc/meminfo: memFree=761696/2055920 swapFree=4192812/4192956
[pid=22928] ppid=22926 vsize=16868 CPUtime=18.68
/proc/22928/stat : 22928 (sugar) S 22926 22928 18315 0 -1 4194304 1365 22447 0 2 6 2 1714 146 16 0 1 0 24388572 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22928/statm: 4217 1113 409 3 0 796 0
[pid=22951] ppid=22928 vsize=5356 CPUtime=0
/proc/22951/stat : 22951 (sh) S 22928 22928 18315 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24390475 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22951/statm: 1339 232 193 169 0 50 0
[pid=22952] ppid=22951 vsize=300376 CPUtime=1781.39
/proc/22952/stat : 22952 (picosat) R 22951 22928 18315 0 -1 4194304 69461 0 0 0 174565 3574 0 0 25 0 1 0 24390475 307585024 69445 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/22952/statm: 75094 69445 48 102 0 74989 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 322600

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1808.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 23062
/proc/meminfo: memFree=761696/2055920 swapFree=4192812/4192956
[pid=22928] ppid=22926 vsize=16868 CPUtime=18.68
/proc/22928/stat : 22928 (sugar) S 22926 22928 18315 0 -1 4194304 1365 22447 0 2 6 2 1714 146 16 0 1 0 24388572 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22928/statm: 4217 1113 409 3 0 796 0
[pid=22951] ppid=22928 vsize=5356 CPUtime=0
/proc/22951/stat : 22951 (sh) S 22928 22928 18315 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24390475 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22951/statm: 1339 232 193 169 0 50 0
[pid=22952] ppid=22951 vsize=300376 CPUtime=1781.39
/proc/22952/stat : 22952 (picosat) R 22951 22928 18315 0 -1 4194304 69461 0 0 0 174565 3574 0 0 25 0 1 0 24390475 307585024 69445 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/22952/statm: 75094 69445 48 102 0 74989 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 322600

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 22928 and gives
#  childrusage.ru_utime.tv_sec=17
#  childrusage.ru_utime.tv_usec=213383
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=489773
# CPU time returned by wait4() is 18.7032
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1808.36
CPU time (s): 1800.07
CPU user time (s): 1762.85
CPU system time (s): 37.22
CPU usage (%): 99.5417
Max. virtual memory (cumulated for all children) (KiB): 892012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.2134
system time used= 1.48977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24206
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27675
involuntary context switches= 27879

runsolver used 2.13967 second user time and 6.12107 second system time

The end

Launcher Data

Begin job on node66 at 2009-07-12 06:34:17
IDJOB=2081586
IDBENCH=57436
IDSOLVER=738
FILE ID=node66/2081586-1247373257
PBS_JOBID= 9507051
Free space on /tmp= 66176 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/super-js/super-js-taillard-20-15/normalized-super-js-taillard-20-15-28.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2081586-1247373257/watcher-2081586-1247373257 -o /tmp/evaluation-result-2081586-1247373257/solver-2081586-1247373257 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2081586-1247373257.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 0ee4188de7d6c5919718ac5c6628a5b8
RANDOM SEED=693057381

node66.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.214
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.214
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1465648 kB
Buffers:         67424 kB
Cached:         271148 kB
SwapCached:          0 kB
Active:         392724 kB
Inactive:       120440 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1465648 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           41900 kB
Writeback:           0 kB
Mapped:         185744 kB
Slab:            61964 kB
Committed_AS:   332052 kB
PageTables:       2116 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66092 MiB
End job on node66 at 2009-07-12 07:04:28