Trace number 1063496

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.13+picosat? (TO) 1800.08 1802.94

General information on the benchmark

Namecsp/pseudo/mpsReduced/
normalized-mps-red-ran14x18.xml
MD5SUM31a527a760a0c91c8e5a215946960e4a
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables7812
Number of constraints316
Maximum constraint arity540
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension316
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Fri Jul  4 04:12:58 2008
0.00/0.04	c 0	PID 21425
0.04/0.05	c 0	HOST node71.alineos.net
0.04/0.05	c 0	CONVERTING HOME/instance-1063496-1215137578.xml TO HOME/temp.csp
0.04/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1063496-1215137578.xml' 'HOME/temp.csp'
0.04/0.84	c 1	2 domains, 7812 variables, 6 predicates, 0 relations, 316 constraints
0.04/0.89	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.89	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.82/0.97	c 1	Parsing HOME/temp.csp
1.60/1.72	c 2	parsed 8136 expressions
1.60/1.72	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.60/1.72	c 2	Converting to clausal form CSP
1.60/1.76	c 2	converted 814 (10%) expressions
1.60/1.77	c 2	converted 1628 (20%) expressions
1.60/1.78	c 2	converted 2441 (30%) expressions
1.60/1.78	c 2	converted 3255 (40%) expressions
1.60/1.78	c 2	converted 4068 (50%) expressions
1.60/1.78	c 2	converted 4882 (60%) expressions
1.60/1.78	c 2	converted 5696 (70%) expressions
1.60/1.79	c 2	converted 6509 (80%) expressions
1.60/1.79	c 2	converted 7323 (90%) expressions
4.87/5.05	c 5	converted 8136 (100%) expressions
4.87/5.06	c 5	CSP : 45232 integers, 0 booleans, 73200 clauses, largest domain size 145
4.87/5.06	c 5	Heap : 49 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.87/5.06	c 5	Propagation in CSP
5.75/5.94	c 6	50760 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.75/5.95	c 6	CSP : 45232 integers, 0 booleans, 73200 clauses, largest domain size 145
5.75/5.95	c 6	Heap : 49 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.75/5.98	c 6	Simplifing CSP by introducing new Boolean variables
5.84/6.01	c 6	CSP : 45232 integers, 0 booleans, 73200 clauses, largest domain size 145
5.84/6.01	c 6	Heap : 49 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.25/6.43	c 7	Encoding CSP to SAT : HOME/temp.cnf
6.25/6.47	c 7	4524 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
6.25/6.48	c 7	9047 (20%) CSP integer variables are encoded (4463 clauses, 58083 bytes)
6.35/6.52	c 7	13570 (30%) CSP integer variables are encoded (22577 clauses, 329698 bytes)
6.35/6.54	c 7	18093 (40%) CSP integer variables are encoded (33778 clauses, 497713 bytes)
6.35/6.56	c 7	22616 (50%) CSP integer variables are encoded (40421 clauses, 597358 bytes)
6.35/6.57	c 7	27140 (60%) CSP integer variables are encoded (47778 clauses, 707713 bytes)
6.35/6.59	c 7	31663 (70%) CSP integer variables are encoded (55313 clauses, 820738 bytes)
6.44/6.61	c 7	36186 (80%) CSP integer variables are encoded (62897 clauses, 934498 bytes)
6.44/6.62	c 7	40709 (90%) CSP integer variables are encoded (70001 clauses, 1048737 bytes)
6.44/6.64	c 7	45232 (100%) CSP integer variables are encoded (77105 clauses, 1169505 bytes)
6.64/6.88	c 7	7320 (10%) CSP clauses are encoded (162838 clauses, 2723642 bytes)
6.83/7.10	c 7	14640 (20%) CSP clauses are encoded (250478 clauses, 4389126 bytes)
7.23/7.41	c 8	21960 (30%) CSP clauses are encoded (393960 clauses, 7321243 bytes)
7.43/7.69	c 8	29280 (40%) CSP clauses are encoded (513554 clauses, 9761955 bytes)
7.72/7.99	c 8	36600 (50%) CSP clauses are encoded (646136 clauses, 12473665 bytes)
8.01/8.28	c 9	43920 (60%) CSP clauses are encoded (773294 clauses, 15073932 bytes)
8.41/8.66	c 9	51240 (70%) CSP clauses are encoded (957098 clauses, 18868677 bytes)
8.70/8.98	c 9	58560 (80%) CSP clauses are encoded (1097616 clauses, 21758844 bytes)
9.10/9.38	c 10	65880 (90%) CSP clauses are encoded (1280890 clauses, 25971262 bytes)
9.41/9.69	c 10	73200 (100%) CSP clauses are encoded (1421268 clauses, 29257654 bytes)
9.41/9.70	c 10	73200 CSP clauses encoded
9.41/9.70	c 10	Writing map file : HOME/temp.map
9.50/9.77	c 10	Heap : 43 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.50/9.77	c 10	SAT : 117775 SAT variables, 1421268 SAT clauses, 29257654 bytes
9.50/9.77	c 10	Heap : 43 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.58/9.82	c 10	SOLVING HOME/temp.cnf
9.58/9.82	c 10	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.08/1802.92	c ERROR INTERRUPTED
1800.08/1802.94	s UNKNOWN
1800.08/1802.94	c 1803	CPU 9.15 (0.03 0.01 9.12 0.44)
1800.08/1802.94	c 1803	END Fri Jul  4 04:43:01 2008

Verifier Data (download as text)

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

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1063496-1215137578/watcher-1063496-1215137578 -o /tmp/evaluation-result-1063496-1215137578/solver-1063496-1215137578 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-1063496-1215137578.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.24 2.29 2.19 4/72 21425
/proc/meminfo: memFree=1906304/2055920 swapFree=4180436/4192956
[pid=21425] ppid=21423 vsize=18572 CPUtime=0
/proc/21425/stat : 21425 (runsolver) R 21423 21425 19801 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1992726567 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 231962373415 0 0 4096 24578 0 0 0 17 1 0 0
/proc/21425/statm: 4643 292 257 25 0 2626 0

[startup+0.0502691 s]
/proc/loadavg: 2.24 2.29 2.19 4/72 21425
/proc/meminfo: memFree=1906304/2055920 swapFree=4180436/4192956
[pid=21425] ppid=21423 vsize=13600 CPUtime=0.04
/proc/21425/stat : 21425 (sugar) S 21423 21425 19801 0 -1 4194304 837 0 0 0 3 1 0 0 18 0 1 0 1992726567 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21425/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102362 s]
/proc/loadavg: 2.24 2.29 2.19 4/72 21425
/proc/meminfo: memFree=1906304/2055920 swapFree=4180436/4192956
[pid=21425] ppid=21423 vsize=13600 CPUtime=0.04
/proc/21425/stat : 21425 (sugar) S 21423 21425 19801 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1992726567 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21425/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301954 s]
/proc/loadavg: 2.24 2.29 2.19 4/72 21425
/proc/meminfo: memFree=1906304/2055920 swapFree=4180436/4192956
[pid=21425] ppid=21423 vsize=13600 CPUtime=0.04
/proc/21425/stat : 21425 (sugar) S 21423 21425 19801 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1992726567 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21425/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.702016 s]
/proc/loadavg: 2.24 2.29 2.19 4/72 21425
/proc/meminfo: memFree=1906304/2055920 swapFree=4180436/4192956
[pid=21425] ppid=21423 vsize=13600 CPUtime=0.04
/proc/21425/stat : 21425 (sugar) S 21423 21425 19801 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1992726567 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21425/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50212 s]
/proc/loadavg: 2.24 2.29 2.19 4/83 21447
/proc/meminfo: memFree=1898984/2055920 swapFree=4180436/4192956
[pid=21425] ppid=21423 vsize=13600 CPUtime=0.82
/proc/21425/stat : 21425 (sugar) S 21423 21425 19801 0 -1 4194304 973 7141 0 2 3 1 74 4 16 0 1 0 1992726567 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21425/statm: 3400 797 370 3 0 500 0
[pid=21438] ppid=21425 vsize=5356 CPUtime=0
/proc/21438/stat : 21438 (sh) S 21425 21425 19801 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992726657 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21438/statm: 1339 233 193 169 0 50 0
[pid=21439] ppid=21438 vsize=864100 CPUtime=0.59
/proc/21439/stat : 21439 (java) S 21438 21425 19801 0 -1 0 5873 0 1 0 55 4 0 0 18 0 9 0 1992726657 884838400 5105 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21439/statm: 216025 5105 2532 9 0 210607 0
[pid=21439/tid=21440] ppid=21438 vsize=864100 CPUtime=0.4
/proc/21439/task/21440/stat : 21440 (java) R 21438 21425 19801 0 -1 64 2489 0 1 0 39 1 0 0 20 0 9 0 1992726658 884838400 5105 996147200 134512640 134550740 4294955952 18446744073709551615 4126504872 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21439/tid=21441] ppid=21438 vsize=864100 CPUtime=0.08
/proc/21439/task/21441/stat : 21441 (java) S 21438 21425 19801 0 -1 64 2351 0 0 0 7 1 0 0 16 0 9 0 1992726659 884838400 5105 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21439/tid=21442] ppid=21438 vsize=864100 CPUtime=0
/proc/21439/task/21442/stat : 21442 (java) S 21438 21425 19801 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992726660 884838400 5105 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21439/tid=21443] ppid=21438 vsize=864100 CPUtime=0
/proc/21439/task/21443/stat : 21443 (java) S 21438 21425 19801 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1992726660 884838400 5105 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21439/tid=21444] ppid=21438 vsize=864100 CPUtime=0
/proc/21439/task/21444/stat : 21444 (java) S 21438 21425 19801 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992726662 884838400 5105 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21439/tid=21445] ppid=21438 vsize=864100 CPUtime=0.07
/proc/21439/task/21445/stat : 21445 (java) S 21438 21425 19801 0 -1 64 337 0 0 0 7 0 0 0 16 0 9 0 1992726662 884838400 5105 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21439/tid=21446] ppid=21438 vsize=864100 CPUtime=0
/proc/21439/task/21446/stat : 21446 (java) S 21438 21425 19801 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1992726662 884838400 5105 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21439/tid=21447] ppid=21438 vsize=864100 CPUtime=0
/proc/21439/task/21447/stat : 21447 (java) S 21438 21425 19801 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1992726662 884838400 5105 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 883056

[startup+3.10234 s]
/proc/loadavg: 2.24 2.29 2.19 4/83 21447
/proc/meminfo: memFree=1884392/2055920 swapFree=4180436/4192956
[pid=21425] ppid=21423 vsize=13600 CPUtime=0.82
/proc/21425/stat : 21425 (sugar) S 21423 21425 19801 0 -1 4194304 973 7141 0 2 3 1 74 4 15 0 1 0 1992726567 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21425/statm: 3400 797 370 3 0 500 0
[pid=21438] ppid=21425 vsize=5356 CPUtime=0
/proc/21438/stat : 21438 (sh) S 21425 21425 19801 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992726657 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21438/statm: 1339 233 193 169 0 50 0
[pid=21439] ppid=21438 vsize=868656 CPUtime=2.17
/proc/21439/stat : 21439 (java) S 21438 21425 19801 0 -1 0 11787 0 1 0 208 9 0 0 18 0 9 0 1992726657 889503744 10780 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21439/statm: 217164 10780 2541 9 0 211739 0
[pid=21439/tid=21440] ppid=21438 vsize=868656 CPUtime=1.35
/proc/21439/task/21440/stat : 21440 (java) R 21438 21425 19801 0 -1 64 2818 0 1 0 133 2 0 0 25 0 9 0 1992726658 889503744 10780 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21439/tid=21441] ppid=21438 vsize=868656 CPUtime=0.57
/proc/21439/task/21441/stat : 21441 (java) R 21438 21425 19801 0 -1 64 6809 0 0 0 53 4 0 0 16 0 9 0 1992726659 889503744 10780 996147200 134512640 134550740 4294955952 18446744073709551615 102721954 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21439/tid=21442] ppid=21438 vsize=868656 CPUtime=0
/proc/21439/task/21442/stat : 21442 (java) S 21438 21425 19801 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992726660 889503744 10780 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21439/tid=21443] ppid=21438 vsize=868656 CPUtime=0
/proc/21439/task/21443/stat : 21443 (java) S 21438 21425 19801 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1992726660 889503744 10780 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21439/tid=21444] ppid=21438 vsize=868656 CPUtime=0
/proc/21439/task/21444/stat : 21444 (java) S 21438 21425 19801 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992726662 889503744 10780 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21439/tid=21445] ppid=21438 vsize=868656 CPUtime=0.21
/proc/21439/task/21445/stat : 21445 (java) S 21438 21425 19801 0 -1 64 1464 0 0 0 21 0 0 0 16 0 9 0 1992726662 889503744 10780 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21439/tid=21446] ppid=21438 vsize=868656 CPUtime=0
/proc/21439/task/21446/stat : 21446 (java) S 21438 21425 19801 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1992726662 889503744 10780 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21439/tid=21447] ppid=21438 vsize=868656 CPUtime=0
/proc/21439/task/21447/stat : 21447 (java) S 21438 21425 19801 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1992726662 889503744 10780 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 887612

[startup+6.30178 s]
/proc/loadavg: 2.30 2.30 2.19 3/83 21447
/proc/meminfo: memFree=1840808/2055920 swapFree=4180436/4192956
[pid=21425] ppid=21423 vsize=13600 CPUtime=0.82
/proc/21425/stat : 21425 (sugar) S 21423 21425 19801 0 -1 4194304 974 7141 0 2 3 1 74 4 16 0 1 0 1992726567 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21425/statm: 3400 797 370 3 0 500 0
[pid=21438] ppid=21425 vsize=5356 CPUtime=0
/proc/21438/stat : 21438 (sh) S 21425 21425 19801 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992726657 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21438/statm: 1339 233 193 169 0 50 0
[pid=21439] ppid=21438 vsize=879656 CPUtime=5.33
/proc/21439/stat : 21439 (java) S 21438 21425 19801 0 -1 0 24960 0 1 0 516 17 0 0 18 0 9 0 1992726657 900767744 20890 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21439/statm: 219914 20890 2541 9 0 214489 0
[pid=21439/tid=21440] ppid=21438 vsize=879656 CPUtime=3.48
/proc/21439/task/21440/stat : 21440 (java) R 21438 21425 19801 0 -1 64 3344 0 1 0 345 3 0 0 25 0 9 0 1992726658 900767744 20890 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21439/tid=21441] ppid=21438 vsize=879656 CPUtime=1.58
/proc/21439/task/21441/stat : 21441 (java) R 21438 21425 19801 0 -1 64 19443 0 0 0 146 12 0 0 16 0 9 0 1992726659 900767744 20890 996147200 134512640 134550740 4294955952 18446744073709551615 102731883 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21439/tid=21442] ppid=21438 vsize=879656 CPUtime=0
/proc/21439/task/21442/stat : 21442 (java) S 21438 21425 19801 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992726660 900767744 20890 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21439/tid=21443] ppid=21438 vsize=879656 CPUtime=0
/proc/21439/task/21443/stat : 21443 (java) S 21438 21425 19801 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1992726660 900767744 20890 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21439/tid=21444] ppid=21438 vsize=879656 CPUtime=0
/proc/21439/task/21444/stat : 21444 (java) S 21438 21425 19801 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992726662 900767744 20890 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21439/tid=21445] ppid=21438 vsize=879656 CPUtime=0.23
/proc/21439/task/21445/stat : 21445 (java) S 21438 21425 19801 0 -1 64 1477 0 0 0 23 0 0 0 15 0 9 0 1992726662 900767744 20890 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21439/tid=21446] ppid=21438 vsize=879656 CPUtime=0
/proc/21439/task/21446/stat : 21446 (java) S 21438 21425 19801 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1992726662 900767744 20890 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21439/tid=21447] ppid=21438 vsize=879656 CPUtime=0
/proc/21439/task/21447/stat : 21447 (java) S 21438 21425 19801 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1992726662 900767744 20890 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 898612

[startup+12.7026 s]
/proc/loadavg: 2.36 2.31 2.20 3/75 21449
/proc/meminfo: memFree=1859560/2055920 swapFree=4180436/4192956
[pid=21425] ppid=21423 vsize=13600 CPUtime=9.6
/proc/21425/stat : 21425 (sugar) S 21423 21425 19801 0 -1 4194304 1024 32683 0 3 3 1 912 44 16 0 1 0 1992726567 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21425/statm: 3400 799 370 3 0 500 0
[pid=21448] ppid=21425 vsize=5356 CPUtime=0
/proc/21448/stat : 21448 (sh) S 21425 21425 19801 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992727550 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21448/statm: 1339 232 193 169 0 50 0
[pid=21449] ppid=21448 vsize=18860 CPUtime=2.85
/proc/21449/stat : 21449 (picosat) R 21448 21425 19801 0 -1 4194304 4374 0 0 0 131 154 0 0 25 0 1 0 1992727550 19312640 4360 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/21449/statm: 4715 4360 40 102 0 4610 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 37816

[startup+25.5014 s]
/proc/loadavg: 2.35 2.31 2.20 3/75 21449
/proc/meminfo: memFree=1821928/2055920 swapFree=4180436/4192956
[pid=21425] ppid=21423 vsize=13600 CPUtime=9.6
/proc/21425/stat : 21425 (sugar) S 21423 21425 19801 0 -1 4194304 1024 32683 0 3 3 1 912 44 16 0 1 0 1992726567 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21425/statm: 3400 799 370 3 0 500 0
[pid=21448] ppid=21425 vsize=5356 CPUtime=0
/proc/21448/stat : 21448 (sh) S 21425 21425 19801 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992727550 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21448/statm: 1339 232 193 169 0 50 0
[pid=21449] ppid=21448 vsize=59104 CPUtime=15.52
/proc/21449/stat : 21449 (picosat) R 21448 21425 19801 0 -1 4194304 13218 0 0 0 890 662 0 0 25 0 1 0 1992727550 60522496 13202 996147200 134512640 134931368 4294956256 18446744073709551615 134522740 0 0 4096 0 0 0 0 17 1 0 0
/proc/21449/statm: 14776 13202 48 102 0 14671 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 78060

[startup+51.1019 s]
/proc/loadavg: 2.23 2.28 2.19 3/75 21449
/proc/meminfo: memFree=1814760/2055920 swapFree=4180436/4192956
[pid=21425] ppid=21423 vsize=13600 CPUtime=9.6
/proc/21425/stat : 21425 (sugar) S 21423 21425 19801 0 -1 4194304 1024 32683 0 3 3 1 912 44 16 0 1 0 1992726567 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21425/statm: 3400 799 370 3 0 500 0
[pid=21448] ppid=21425 vsize=5356 CPUtime=0
/proc/21448/stat : 21448 (sh) S 21425 21425 19801 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992727550 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21448/statm: 1339 232 193 169 0 50 0
[pid=21449] ppid=21448 vsize=66752 CPUtime=40.88
/proc/21449/stat : 21449 (picosat) R 21448 21425 19801 0 -1 4194304 15125 0 0 0 3424 664 0 0 25 0 1 0 1992727550 68354048 15109 996147200 134512640 134931368 4294956256 18446744073709551615 134525603 0 0 4096 0 0 0 0 17 1 0 0
/proc/21449/statm: 16688 15109 48 102 0 16583 0
Current children cumulated CPU time (s) 50.48
Current children cumulated vsize (KiB) 85708

[startup+102.307 s]
/proc/loadavg: 2.10 2.24 2.18 3/75 21449
/proc/meminfo: memFree=1796776/2055920 swapFree=4180436/4192956
[pid=21425] ppid=21423 vsize=13600 CPUtime=9.6
/proc/21425/stat : 21425 (sugar) S 21423 21425 19801 0 -1 4194304 1024 32683 0 3 3 1 912 44 16 0 1 0 1992726567 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21425/statm: 3400 799 370 3 0 500 0

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

/proc/meminfo: memFree=1720040/2055920 swapFree=4180436/4192956
[pid=21425] ppid=21423 vsize=13600 CPUtime=9.6
/proc/21425/stat : 21425 (sugar) S 21423 21425 19801 0 -1 4194304 1024 32683 0 3 3 1 912 44 16 0 1 0 1992726567 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21425/statm: 3400 799 370 3 0 500 0
[pid=21448] ppid=21425 vsize=5356 CPUtime=0
/proc/21448/stat : 21448 (sh) S 21425 21425 19801 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992727550 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21448/statm: 1339 232 193 169 0 50 0
[pid=21449] ppid=21448 vsize=167884 CPUtime=1350.06
/proc/21449/stat : 21449 (picosat) R 21448 21425 19801 0 -1 4194304 40986 0 0 0 134303 703 0 0 25 0 1 0 1992727550 171913216 40498 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 0 0 0
/proc/21449/statm: 41971 40498 48 102 0 41866 0
Current children cumulated CPU time (s) 1359.66
Current children cumulated vsize (KiB) 186840

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.03 3/75 21513
/proc/meminfo: memFree=1720040/2055920 swapFree=4180436/4192956
[pid=21425] ppid=21423 vsize=13600 CPUtime=9.6
/proc/21425/stat : 21425 (sugar) S 21423 21425 19801 0 -1 4194304 1024 32683 0 3 3 1 912 44 16 0 1 0 1992726567 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21425/statm: 3400 799 370 3 0 500 0
[pid=21448] ppid=21425 vsize=5356 CPUtime=0
/proc/21448/stat : 21448 (sh) S 21425 21425 19801 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992727550 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21448/statm: 1339 232 193 169 0 50 0
[pid=21449] ppid=21448 vsize=167884 CPUtime=1410.04
/proc/21449/stat : 21449 (picosat) R 21448 21425 19801 0 -1 4194304 40986 0 0 0 140301 703 0 0 25 0 1 0 1992727550 171913216 40498 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 0 0 0
/proc/21449/statm: 41971 40498 48 102 0 41866 0
Current children cumulated CPU time (s) 1419.64
Current children cumulated vsize (KiB) 186840

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/75 21513
/proc/meminfo: memFree=1715880/2055920 swapFree=4180436/4192956
[pid=21425] ppid=21423 vsize=13600 CPUtime=9.6
/proc/21425/stat : 21425 (sugar) S 21423 21425 19801 0 -1 4194304 1024 32683 0 3 3 1 912 44 16 0 1 0 1992726567 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21425/statm: 3400 799 370 3 0 500 0
[pid=21448] ppid=21425 vsize=5356 CPUtime=0
/proc/21448/stat : 21448 (sh) S 21425 21425 19801 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992727550 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21448/statm: 1339 232 193 169 0 50 0
[pid=21449] ppid=21448 vsize=172328 CPUtime=1470.01
/proc/21449/stat : 21449 (picosat) R 21448 21425 19801 0 -1 4194304 42084 0 0 0 146297 704 0 0 25 0 1 0 1992727550 176463872 41596 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/21449/statm: 43082 41596 48 102 0 42977 0
Current children cumulated CPU time (s) 1479.61
Current children cumulated vsize (KiB) 191284

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/75 21513
/proc/meminfo: memFree=1714152/2055920 swapFree=4180436/4192956
[pid=21425] ppid=21423 vsize=13600 CPUtime=9.6
/proc/21425/stat : 21425 (sugar) S 21423 21425 19801 0 -1 4194304 1024 32683 0 3 3 1 912 44 16 0 1 0 1992726567 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21425/statm: 3400 799 370 3 0 500 0
[pid=21448] ppid=21425 vsize=5356 CPUtime=0
/proc/21448/stat : 21448 (sh) S 21425 21425 19801 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992727550 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21448/statm: 1339 232 193 169 0 50 0
[pid=21449] ppid=21448 vsize=173488 CPUtime=1529.99
/proc/21449/stat : 21449 (picosat) R 21448 21425 19801 0 -1 4194304 42547 0 0 0 152294 705 0 0 25 0 1 0 1992727550 177651712 41923 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 0 0 0
/proc/21449/statm: 43372 41923 48 102 0 43267 0
Current children cumulated CPU time (s) 1539.59
Current children cumulated vsize (KiB) 192444

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/75 21513
/proc/meminfo: memFree=1714024/2055920 swapFree=4180436/4192956
[pid=21425] ppid=21423 vsize=13600 CPUtime=9.6
/proc/21425/stat : 21425 (sugar) S 21423 21425 19801 0 -1 4194304 1024 32683 0 3 3 1 912 44 16 0 1 0 1992726567 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21425/statm: 3400 799 370 3 0 500 0
[pid=21448] ppid=21425 vsize=5356 CPUtime=0
/proc/21448/stat : 21448 (sh) S 21425 21425 19801 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992727550 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21448/statm: 1339 232 193 169 0 50 0
[pid=21449] ppid=21448 vsize=173488 CPUtime=1589.97
/proc/21449/stat : 21449 (picosat) R 21448 21425 19801 0 -1 4194304 42547 0 0 0 158292 705 0 0 25 0 1 0 1992727550 177651712 41923 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/21449/statm: 43372 41923 48 102 0 43267 0
Current children cumulated CPU time (s) 1599.57
Current children cumulated vsize (KiB) 192444

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 21513
/proc/meminfo: memFree=1713960/2055920 swapFree=4180436/4192956
[pid=21425] ppid=21423 vsize=13600 CPUtime=9.6
/proc/21425/stat : 21425 (sugar) S 21423 21425 19801 0 -1 4194304 1024 32683 0 3 3 1 912 44 16 0 1 0 1992726567 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21425/statm: 3400 799 370 3 0 500 0
[pid=21448] ppid=21425 vsize=5356 CPUtime=0
/proc/21448/stat : 21448 (sh) S 21425 21425 19801 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992727550 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21448/statm: 1339 232 193 169 0 50 0
[pid=21449] ppid=21448 vsize=173488 CPUtime=1649.94
/proc/21449/stat : 21449 (picosat) R 21448 21425 19801 0 -1 4194304 42547 0 0 0 164289 705 0 0 25 0 1 0 1992727550 177651712 41923 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 0 0 0
/proc/21449/statm: 43372 41923 48 102 0 43267 0
Current children cumulated CPU time (s) 1659.54
Current children cumulated vsize (KiB) 192444

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 21513
/proc/meminfo: memFree=1713960/2055920 swapFree=4180436/4192956
[pid=21425] ppid=21423 vsize=13600 CPUtime=9.6
/proc/21425/stat : 21425 (sugar) S 21423 21425 19801 0 -1 4194304 1024 32683 0 3 3 1 912 44 16 0 1 0 1992726567 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21425/statm: 3400 799 370 3 0 500 0
[pid=21448] ppid=21425 vsize=5356 CPUtime=0
/proc/21448/stat : 21448 (sh) S 21425 21425 19801 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992727550 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21448/statm: 1339 232 193 169 0 50 0
[pid=21449] ppid=21448 vsize=173488 CPUtime=1709.91
/proc/21449/stat : 21449 (picosat) R 21448 21425 19801 0 -1 4194304 42547 0 0 0 170286 705 0 0 25 0 1 0 1992727550 177651712 41923 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/21449/statm: 43372 41923 48 102 0 43267 0
Current children cumulated CPU time (s) 1719.51
Current children cumulated vsize (KiB) 192444

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 21513
/proc/meminfo: memFree=1713896/2055920 swapFree=4180436/4192956
[pid=21425] ppid=21423 vsize=13600 CPUtime=9.6
/proc/21425/stat : 21425 (sugar) S 21423 21425 19801 0 -1 4194304 1024 32683 0 3 3 1 912 44 16 0 1 0 1992726567 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21425/statm: 3400 799 370 3 0 500 0
[pid=21448] ppid=21425 vsize=5356 CPUtime=0
/proc/21448/stat : 21448 (sh) S 21425 21425 19801 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992727550 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21448/statm: 1339 232 193 169 0 50 0
[pid=21449] ppid=21448 vsize=173488 CPUtime=1769.89
/proc/21449/stat : 21449 (picosat) R 21448 21425 19801 0 -1 4194304 42547 0 0 0 176284 705 0 0 25 0 1 0 1992727550 177651712 41923 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 0 0 0
/proc/21449/statm: 43372 41923 48 102 0 43267 0
Current children cumulated CPU time (s) 1779.49
Current children cumulated vsize (KiB) 192444



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 21513
/proc/meminfo: memFree=1713896/2055920 swapFree=4180436/4192956
[pid=21425] ppid=21423 vsize=13600 CPUtime=9.6
/proc/21425/stat : 21425 (sugar) S 21423 21425 19801 0 -1 4194304 1024 32683 0 3 3 1 912 44 16 0 1 0 1992726567 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21425/statm: 3400 799 370 3 0 500 0
[pid=21448] ppid=21425 vsize=5356 CPUtime=0
/proc/21448/stat : 21448 (sh) S 21425 21425 19801 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992727550 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21448/statm: 1339 232 193 169 0 50 0
[pid=21449] ppid=21448 vsize=173488 CPUtime=1790.48
/proc/21449/stat : 21449 (picosat) R 21448 21425 19801 0 -1 4194304 42547 0 0 0 178343 705 0 0 25 0 1 0 1992727550 177651712 41923 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/21449/statm: 43372 41923 48 102 0 43267 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 192444

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

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

[startup+1802.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 21513
/proc/meminfo: memFree=1713896/2055920 swapFree=4180436/4192956
[pid=21425] ppid=21423 vsize=13600 CPUtime=9.6
/proc/21425/stat : 21425 (sugar) S 21423 21425 19801 0 -1 4194304 1024 32683 0 3 3 1 912 44 16 0 1 0 1992726567 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21425/statm: 3400 799 370 3 0 500 0
[pid=21448] ppid=21425 vsize=5356 CPUtime=0
/proc/21448/stat : 21448 (sh) S 21425 21425 19801 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992727550 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21448/statm: 1339 232 193 169 0 50 0
[pid=21449] ppid=21448 vsize=173488 CPUtime=1790.48
/proc/21449/stat : 21449 (picosat) R 21448 21425 19801 0 -1 4194304 42547 0 0 0 178343 705 0 0 25 0 1 0 1992727550 177651712 41923 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/21449/statm: 43372 41923 48 102 0 43267 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 192444

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 21425 and gives
#  childrusage.ru_utime.tv_sec=9
#  childrusage.ru_utime.tv_usec=168606
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=457930
# CPU time returned by wait4() is 9.62654
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1802.94
CPU time (s): 1800.08
CPU user time (s): 1792.58
CPU system time (s): 7.5
CPU usage (%): 99.8414
Max. virtual memory (cumulated for all children) (KiB): 898612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.16861
system time used= 0.45793
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34061
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5044
involuntary context switches= 5080

runsolver used 1.87671 second user time and 5.06023 second system time

The end

Launcher Data (download as text)

Begin job on node71 at 2008-07-04 04:12:58
IDJOB=1063496
IDBENCH=54762
IDSOLVER=345
FILE ID=node71/1063496-1215137578
PBS_JOBID= 7877331
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/pseudo/mpsReduced/normalized-mps-red-ran14x18.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1063496-1215137578/watcher-1063496-1215137578 -o /tmp/evaluation-result-1063496-1215137578/solver-1063496-1215137578 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-1063496-1215137578.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 31a527a760a0c91c8e5a215946960e4a
RANDOM SEED=1839789461

node71.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.209
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.209
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:       1906784 kB
Buffers:          4284 kB
Cached:          40972 kB
SwapCached:       6084 kB
Active:          87452 kB
Inactive:         3824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1906784 kB
SwapTotal:     4192956 kB
SwapFree:      4180436 kB
Dirty:            2232 kB
Writeback:           0 kB
Mapped:          54336 kB
Slab:            42760 kB
Committed_AS:  4280532 kB
PageTables:       2128 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= 66556 MiB
End job on node71 at 2008-07-04 04:43:03