Trace number 2064019

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+picosatSAT 56.4744 57.1843

General information on the benchmark

Namecsp/compet02/
normalized-patat-02-comp-18.xml
MD5SUM7009ab8b0625ac3b74cd8e0d86a590c4
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark37.5673
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints17910
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension17710
Global constraints used (with number of constraints)alldifferent(200)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sat Jul 11 19:34:37 2009
0.00/0.08	c 0	PID 13882
0.06/0.08	c 0	HOST node31.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2064019-1247333676.xml TO HOME/temp.csp
0.06/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-2064019-1247333676.xml' 'HOME/temp.csp'
1.55/1.63	c 1	44 domains, 800 variables, 1 predicates, 0 relations, 17910 constraints
1.55/1.65	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.55/1.65	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.59/1.73	c 1	Parsing HOME/temp.csp
1.59/1.90	c 1	parsed 10000 expressions
1.59/2.04	c 1	parsed 18755 expressions
1.59/2.04	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.59/2.04	c 1	Converting to clausal form CSP
2.31/2.40	c 2	converted 1876 (10%) expressions
2.40/2.54	c 2	converted 3751 (20%) expressions
2.52/2.67	c 2	converted 5627 (30%) expressions
2.71/2.89	c 2	converted 7502 (40%) expressions
2.91/3.02	c 2	converted 9378 (50%) expressions
3.01/3.15	c 3	converted 11253 (60%) expressions
3.11/3.27	c 3	converted 13129 (70%) expressions
3.41/3.54	c 3	converted 15004 (80%) expressions
3.50/3.66	c 3	converted 16880 (90%) expressions
4.69/4.87	c 4	converted 18755 (100%) expressions
4.69/4.87	c 4	CSP : 800 integers, 0 booleans, 47283 clauses, largest domain size 45
4.69/4.87	c 4	Heap : 48 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.69/4.87	c 4	Propagation in CSP
4.88/5.04	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.88/5.04	c 4	CSP : 800 integers, 0 booleans, 47283 clauses, largest domain size 45
4.88/5.04	c 4	Heap : 47 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.88/5.06	c 5	Simplifing CSP by introducing new Boolean variables
5.88/6.01	c 5	CSP : 800 integers, 116002 booleans, 163285 clauses, largest domain size 45
5.88/6.01	c 5	Heap : 82 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.47/6.62	c 6	Encoding CSP to SAT : HOME/temp.cnf
6.47/6.66	c 6	80 (10%) CSP integer variables are encoded (3440 clauses, 42621 bytes)
6.47/6.67	c 6	160 (20%) CSP integer variables are encoded (6880 clauses, 87341 bytes)
6.47/6.67	c 6	240 (30%) CSP integer variables are encoded (10320 clauses, 133158 bytes)
6.47/6.67	c 6	320 (40%) CSP integer variables are encoded (13760 clauses, 184758 bytes)
6.47/6.68	c 6	400 (50%) CSP integer variables are encoded (17200 clauses, 236358 bytes)
6.47/6.68	c 6	480 (60%) CSP integer variables are encoded (17224 clauses, 236718 bytes)
6.47/6.68	c 6	560 (70%) CSP integer variables are encoded (17246 clauses, 237048 bytes)
6.47/6.68	c 6	640 (80%) CSP integer variables are encoded (17275 clauses, 237483 bytes)
6.47/6.69	c 6	720 (90%) CSP integer variables are encoded (17311 clauses, 238023 bytes)
6.47/6.69	c 6	800 (100%) CSP integer variables are encoded (17326 clauses, 238248 bytes)
7.36/7.50	c 7	16329 (10%) CSP clauses are encoded (371527 clauses, 7152487 bytes)
8.05/8.22	c 8	32657 (20%) CSP clauses are encoded (727763 clauses, 14359196 bytes)
8.73/8.94	c 8	48986 (30%) CSP clauses are encoded (1087042 clauses, 21665601 bytes)
9.43/9.66	c 9	65314 (40%) CSP clauses are encoded (1442414 clauses, 29049599 bytes)
10.22/10.47	c 10	81643 (50%) CSP clauses are encoded (1853850 clauses, 37667514 bytes)
11.11/11.39	c 11	97971 (60%) CSP clauses are encoded (2346742 clauses, 47696635 bytes)
12.10/12.33	c 12	114300 (70%) CSP clauses are encoded (2839723 clauses, 57882211 bytes)
13.05/13.34	c 13	130628 (80%) CSP clauses are encoded (3332923 clauses, 68385869 bytes)
14.06/14.34	c 14	146957 (90%) CSP clauses are encoded (3826212 clauses, 78983196 bytes)
15.05/15.33	c 15	163285 (100%) CSP clauses are encoded (4319588 clauses, 89563406 bytes)
15.05/15.33	c 15	163285 CSP clauses encoded
15.05/15.33	c 15	Writing map file : HOME/temp.map
15.05/15.36	c 15	Heap : 61 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
15.05/15.36	c 15	SAT : 133902 SAT variables, 4319588 SAT clauses, 89563406 bytes
15.05/15.36	c 15	Heap : 61 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
15.10/15.42	c 15	SOLVING HOME/temp.cnf
15.10/15.42	c 15	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
56.00/56.71	c 56	DECODING HOME/temp.out WITH HOME/temp.map
56.00/56.71	c 56	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
56.00/56.79	c 56	Decoding HOME/temp.out
56.04/57.04	s SATISFIABLE
56.04/57.07	v 17 26 27 0 35 27 14 36 36 9 1 9 2 4 1 5 10 36 11 28 11 4 2 19 16 0 5 7 24 16 18 6 40 14 0 17 19 17 1 5 29 30 20 2 4 33 33 13 5 23 37 6 42 3 2 0 34 3 24 32 12 5 6 39 3 35 40 1 1 3 19 7 23 7 0 17 2 6 24 9 36 0 37 35 14 4 6 4 3 18 2 37 6 44 16 38 8 0 2 9 21 21 17 37 2 14 15 7 3 9 7 6 9 31 19 22 18 31 36 44 27 40 8 7 34 42 6 0 34 18 3 44 8 4 5 41 23 9 36 43 11 8 12 28 29 15 23 0 11 24 32 1 10 1 11 6 12 18 9 16 10 25 2 26 37 7 9 12 4 24 17 10 19 15 10 18 13 10 21 29 11 22 10 43 7 24 36 7 12 8 13 28 34 0 35 40 17 11 13 23 15 28 1 3 25 11 10 35 20 12 15 10 8 25 7 33 12 13 30 10 5 33 21 12 13 15 3 39 1 39 26 28 28 13 8 14 23 15 16 32 27 17 16 44 30 31 21 19 17 19 19 16 29 11 22 6 5 24 25 21 16 37 14 38 28 33 12 34 15 42 41 5 42 38 21 18 33 41 20 44 8 15 25 13 20 19 31 29 24 15 16 27 33 34 31 22 39 30 25 27 32 28 25 26 30 1 29 20 40 16 30 24 27 4 22 44 20 35 38 18 21 31 23 14 25 40 26 21 34 39 38 13 40 14 29 20 18 43 41 36 22 27 2 39 30 31 8 25 31 34 22 43 26 33 23 21 37 32 22 27 39 23 38 40 34 31 42 40 43 42 35 18 32 32 22 26 30 44 41 37 44 42 39 33 38 41 20 35 42 43 43 5 38 17 40 20 27 41 26 43 8 6 4 2 3 0 2 7 2 1 6 6 9 1 2 2 7 9 1 7 6 3 2 1 9 5 7 8 2 2 7 5 4 6 4 0 9 3 8 5 9 0 0 7 6 7 3 9 3 3 2 3 5 8 8 3 9 6 6 9 3 9 0 9 1 5 8 9 1 2 5 4 1 7 1 5 1 4 8 2 6 0 9 9 0 7 6 9 0 4 4 1 9 2 4 0 1 6 3 3 0 8 4 0 0 7 8 2 3 5 9 7 7 9 0 4 0 6 5 0 2 6 0 3 5 9 8 8 1 1 5 5 3 5 8 2 0 0 3 2 7 6 8 2 7 6 5 9 4 3 1 4 8 7 8 1 2 2 9 1 3 0 5 9 5 5 8 7 8 5 6 4 8 5 9 6 8 0 7 3 3 8 2 5 1 1 1 6 9 9 6 4 2 7 2 0 9 2 7 8 2 8 3 9 3 0 5 4 6 5 3 1 5 9 0 8 0 1 1 6 4 1 2 4 4 7 7 1 5 5 3 9 1 0 8 3 6 4 6 4 9 2 3 3 9 1 5 2 1 4 3 0 8 9 6 2 6 7 6 6 8 7 8 6 3 2 1 3 0 1 9 1 2 2 4 5 5 1 8 1 4 1 8 5 5 7 4 4 9 9 5 8 6 0 5 1 2 8 2 5 0 6 1 2 5 0 2 4 1 7 3 0 7 2 5 9 9 1 9 9 1 0 9 9 4 5 1 9 6 3 5 3 2 1 5 1 8 9 3 0 9 6 6 6 7 2 2 7 3 4 7 7 7 9 2 3 3 2 2 1 0 7 1 9 7 7 4 3 1 7 0 3 3 7 3 0 2 7 7 8 8 0 7 0 7 0 3 7 3 3 0 0 3 7 7 7 3 8 8 8
56.04/57.08	c 57	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
56.40/57.14	c 57	CPU 56.4 (0.06 0.03 34.61 21.7)
56.40/57.14	c 57	END Sat Jul 11 19:35:34 2009

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2064019-1247333676/watcher-2064019-1247333676 -o /tmp/evaluation-result-2064019-1247333676/solver-2064019-1247333676 -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-2064019-1247333676.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: 2.00 2.00 1.91 4/73 13882
/proc/meminfo: memFree=780640/2055920 swapFree=4192956/4192956
[pid=13882] ppid=13880 vsize=4708 CPUtime=0
/proc/13882/stat : 13882 (sugar) R 13880 13882 12675 0 -1 4194304 58 0 0 0 0 0 0 0 20 0 1 0 20433765 4820992 43 996147200 4194304 4206940 548682068608 18446744073709551615 225609577865 0 0 4096 0 0 0 0 17 1 0 0
/proc/13882/statm: 1177 43 33 3 0 8 0

[startup+0.0821121 s]
/proc/loadavg: 2.00 2.00 1.91 4/73 13882
/proc/meminfo: memFree=780640/2055920 swapFree=4192956/4192956
[pid=13882] ppid=13880 vsize=16740 CPUtime=0.06
/proc/13882/stat : 13882 (sugar) S 13880 13882 12675 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 20433765 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13882/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101179 s]
/proc/loadavg: 2.00 2.00 1.91 4/73 13882
/proc/meminfo: memFree=780640/2055920 swapFree=4192956/4192956
[pid=13882] ppid=13880 vsize=16868 CPUtime=0.06
/proc/13882/stat : 13882 (sugar) S 13880 13882 12675 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20433765 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13882/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.30119 s]
/proc/loadavg: 2.00 2.00 1.91 4/73 13882
/proc/meminfo: memFree=780640/2055920 swapFree=4192956/4192956
[pid=13882] ppid=13880 vsize=16868 CPUtime=0.06
/proc/13882/stat : 13882 (sugar) S 13880 13882 12675 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20433765 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13882/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701231 s]
/proc/loadavg: 2.00 2.00 1.91 4/73 13882
/proc/meminfo: memFree=780640/2055920 swapFree=4192956/4192956
[pid=13882] ppid=13880 vsize=16868 CPUtime=0.06
/proc/13882/stat : 13882 (sugar) S 13880 13882 12675 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20433765 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13882/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.5023 s]
/proc/loadavg: 2.00 2.00 1.91 4/84 13894
/proc/meminfo: memFree=755464/2055920 swapFree=4192956/4192956
[pid=13882] ppid=13880 vsize=16868 CPUtime=0.06
/proc/13882/stat : 13882 (sugar) S 13880 13882 12675 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20433765 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13882/statm: 4217 1111 409 3 0 796 0
[pid=13885] ppid=13882 vsize=5356 CPUtime=0
/proc/13885/stat : 13885 (sh) S 13882 13882 12675 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20433773 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13885/statm: 1339 233 193 169 0 50 0
[pid=13886] ppid=13885 vsize=864792 CPUtime=1.39
/proc/13886/stat : 13886 (java) S 13885 13882 12675 0 -1 0 12579 0 1 0 133 6 0 0 18 0 9 0 20433773 885547008 10601 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13886/statm: 216198 10601 2557 9 0 210710 0
[pid=13886/tid=13887] ppid=13885 vsize=864792 CPUtime=0.81
/proc/13886/task/13887/stat : 13887 (java) R 13885 13882 12675 0 -1 64 3050 0 1 0 79 2 0 0 24 0 9 0 20433774 885547008 10601 996147200 134512640 134550932 4294955984 18446744073709551615 4126754821 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13886/tid=13888] ppid=13885 vsize=864792 CPUtime=0.41
/proc/13886/task/13888/stat : 13888 (java) S 13885 13882 12675 0 -1 64 8293 0 0 0 38 3 0 0 16 0 9 0 20433776 885547008 10601 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13886/tid=13889] ppid=13885 vsize=864792 CPUtime=0
/proc/13886/task/13889/stat : 13889 (java) S 13885 13882 12675 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 20433776 885547008 10601 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13886/tid=13890] ppid=13885 vsize=864792 CPUtime=0
/proc/13886/task/13890/stat : 13890 (java) S 13885 13882 12675 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 20433776 885547008 10601 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13886/tid=13891] ppid=13885 vsize=864792 CPUtime=0
/proc/13886/task/13891/stat : 13891 (java) S 13885 13882 12675 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20433778 885547008 10601 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13886/tid=13892] ppid=13885 vsize=864792 CPUtime=0.15
/proc/13886/task/13892/stat : 13892 (java) S 13885 13882 12675 0 -1 64 532 0 0 0 15 0 0 0 16 0 9 0 20433778 885547008 10601 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13886/tid=13893] ppid=13885 vsize=864792 CPUtime=0
/proc/13886/task/13893/stat : 13893 (java) S 13885 13882 12675 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20433778 885547008 10601 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13886/tid=13894] ppid=13885 vsize=864792 CPUtime=0
/proc/13886/task/13894/stat : 13894 (java) S 13885 13882 12675 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20433778 885547008 10601 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 887016

[startup+3.10243 s]
/proc/loadavg: 2.00 2.00 1.91 3/84 13904
/proc/meminfo: memFree=762632/2055920 swapFree=4192956/4192956
[pid=13882] ppid=13880 vsize=16868 CPUtime=1.6
/proc/13882/stat : 13882 (sugar) S 13880 13882 12675 0 -1 4194304 1309 13021 0 1 5 2 146 7 15 0 1 0 20433765 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13882/statm: 4217 1111 409 3 0 796 0
[pid=13895] ppid=13882 vsize=5356 CPUtime=0
/proc/13895/stat : 13895 (sh) S 13882 13882 12675 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20433930 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13895/statm: 1339 233 193 169 0 50 0
[pid=13896] ppid=13895 vsize=868564 CPUtime=1.41
/proc/13896/stat : 13896 (java) S 13895 13882 12675 0 -1 0 10989 0 1 0 135 6 0 0 18 0 9 0 20433931 889409536 9991 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13896/statm: 217141 9991 2566 9 0 211646 0
[pid=13896/tid=13897] ppid=13895 vsize=868564 CPUtime=0.86
/proc/13896/task/13897/stat : 13897 (java) R 13895 13882 12675 0 -1 64 2759 0 1 0 84 2 0 0 23 0 9 0 20433931 889409536 9991 996147200 134512640 134550932 4294955936 18446744073709551615 102094285 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13896/tid=13898] ppid=13895 vsize=868564 CPUtime=0.36
/proc/13896/task/13898/stat : 13898 (java) S 13895 13882 12675 0 -1 64 6061 0 0 0 34 2 0 0 16 0 9 0 20433933 889409536 9991 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13896/tid=13899] ppid=13895 vsize=868564 CPUtime=0
/proc/13896/task/13899/stat : 13899 (java) S 13895 13882 12675 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20433933 889409536 9991 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13896/tid=13900] ppid=13895 vsize=868564 CPUtime=0
/proc/13896/task/13900/stat : 13900 (java) S 13895 13882 12675 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20433933 889409536 9991 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13896/tid=13901] ppid=13895 vsize=868564 CPUtime=0
/proc/13896/task/13901/stat : 13901 (java) S 13895 13882 12675 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20433935 889409536 9991 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13896/tid=13902] ppid=13895 vsize=868564 CPUtime=0.16
/proc/13896/task/13902/stat : 13902 (java) S 13895 13882 12675 0 -1 64 1465 0 0 0 16 0 0 0 16 0 9 0 20433935 889409536 9991 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13896/tid=13903] ppid=13895 vsize=868564 CPUtime=0
/proc/13896/task/13903/stat : 13903 (java) S 13895 13882 12675 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20433935 889409536 9991 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13896/tid=13904] ppid=13895 vsize=868564 CPUtime=0
/proc/13896/task/13904/stat : 13904 (java) S 13895 13882 12675 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20433935 889409536 9991 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 890788

[startup+6.30272 s]
/proc/loadavg: 2.00 2.00 1.91 4/84 13904
/proc/meminfo: memFree=698760/2055920 swapFree=4192956/4192956
[pid=13882] ppid=13880 vsize=16868 CPUtime=1.6
/proc/13882/stat : 13882 (sugar) S 13880 13882 12675 0 -1 4194304 1310 13021 0 1 5 2 146 7 16 0 1 0 20433765 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13882/statm: 4217 1111 409 3 0 796 0
[pid=13895] ppid=13882 vsize=5356 CPUtime=0
/proc/13895/stat : 13895 (sh) S 13882 13882 12675 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20433930 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13895/statm: 1339 233 193 169 0 50 0
[pid=13896] ppid=13895 vsize=890056 CPUtime=4.57
/proc/13896/stat : 13896 (java) S 13895 13882 12675 0 -1 0 39431 0 1 0 441 16 0 0 18 0 9 0 20433931 911417344 32610 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13896/statm: 222514 32610 2567 9 0 217019 0
[pid=13896/tid=13897] ppid=13895 vsize=890056 CPUtime=2.19
/proc/13896/task/13897/stat : 13897 (java) R 13895 13882 12675 0 -1 64 3716 0 1 0 216 3 0 0 25 0 9 0 20433931 911417344 32610 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13896/tid=13898] ppid=13895 vsize=890056 CPUtime=2.16
/proc/13896/task/13898/stat : 13898 (java) R 13895 13882 12675 0 -1 64 33513 0 0 0 205 11 0 0 16 0 9 0 20433933 911417344 32610 996147200 134512640 134550932 4294955936 18446744073709551615 104189893 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13896/tid=13899] ppid=13895 vsize=890056 CPUtime=0
/proc/13896/task/13899/stat : 13899 (java) S 13895 13882 12675 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20433933 911417344 32610 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13896/tid=13900] ppid=13895 vsize=890056 CPUtime=0
/proc/13896/task/13900/stat : 13900 (java) S 13895 13882 12675 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20433933 911417344 32610 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13896/tid=13901] ppid=13895 vsize=890056 CPUtime=0
/proc/13896/task/13901/stat : 13901 (java) S 13895 13882 12675 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20433935 911417344 32610 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13896/tid=13902] ppid=13895 vsize=890056 CPUtime=0.19
/proc/13896/task/13902/stat : 13902 (java) S 13895 13882 12675 0 -1 64 1498 0 0 0 19 0 0 0 15 0 9 0 20433935 911417344 32610 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13896/tid=13903] ppid=13895 vsize=890056 CPUtime=0
/proc/13896/task/13903/stat : 13903 (java) S 13895 13882 12675 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20433935 911417344 32610 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13896/tid=13904] ppid=13895 vsize=890056 CPUtime=0
/proc/13896/task/13904/stat : 13904 (java) S 13895 13882 12675 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20433935 911417344 32610 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) 912280

[startup+12.7013 s]
/proc/loadavg: 2.08 2.02 1.92 3/84 13904
/proc/meminfo: memFree=622664/2055920 swapFree=4192956/4192956
[pid=13882] ppid=13880 vsize=16868 CPUtime=1.6
/proc/13882/stat : 13882 (sugar) S 13880 13882 12675 0 -1 4194304 1310 13021 0 1 5 2 146 7 16 0 1 0 20433765 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13882/statm: 4217 1111 409 3 0 796 0
[pid=13895] ppid=13882 vsize=5356 CPUtime=0
/proc/13895/stat : 13895 (sh) S 13882 13882 12675 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20433930 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13895/statm: 1339 233 193 169 0 50 0
[pid=13896] ppid=13895 vsize=868676 CPUtime=10.89
/proc/13896/stat : 13896 (java) S 13895 13882 12675 0 -1 0 39767 0 1 0 1035 54 0 0 18 0 9 0 20433931 889524224 27324 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13896/statm: 217169 27324 2593 9 0 211646 0
[pid=13896/tid=13897] ppid=13895 vsize=868676 CPUtime=8.01
/proc/13896/task/13897/stat : 13897 (java) R 13895 13882 12675 0 -1 64 4010 0 1 0 764 37 0 0 25 0 9 0 20433931 889524224 27324 996147200 134512640 134550932 4294955936 18446744073709551615 4126991031 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13896/tid=13898] ppid=13895 vsize=868676 CPUtime=2.59
/proc/13896/task/13898/stat : 13898 (java) S 13895 13882 12675 0 -1 64 33514 0 0 0 245 14 0 0 16 0 9 0 20433933 889524224 27324 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13896/tid=13899] ppid=13895 vsize=868676 CPUtime=0
/proc/13896/task/13899/stat : 13899 (java) S 13895 13882 12675 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20433933 889524224 27324 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13896/tid=13900] ppid=13895 vsize=868676 CPUtime=0
/proc/13896/task/13900/stat : 13900 (java) S 13895 13882 12675 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20433933 889524224 27324 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13896/tid=13901] ppid=13895 vsize=868676 CPUtime=0
/proc/13896/task/13901/stat : 13901 (java) S 13895 13882 12675 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20433935 889524224 27324 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13896/tid=13902] ppid=13895 vsize=868676 CPUtime=0.26
/proc/13896/task/13902/stat : 13902 (java) S 13895 13882 12675 0 -1 64 1539 0 0 0 25 1 0 0 16 0 9 0 20433935 889524224 27324 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13896/tid=13903] ppid=13895 vsize=868676 CPUtime=0
/proc/13896/task/13903/stat : 13903 (java) S 13895 13882 12675 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20433935 889524224 27324 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13896/tid=13904] ppid=13895 vsize=868676 CPUtime=0
/proc/13896/task/13904/stat : 13904 (java) S 13895 13882 12675 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20433935 889524224 27324 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 890900

[startup+25.5014 s]
/proc/loadavg: 2.06 2.02 1.92 3/76 13906
/proc/meminfo: memFree=646920/2055920 swapFree=4192956/4192956
[pid=13882] ppid=13880 vsize=16868 CPUtime=15.13
/proc/13882/stat : 13882 (sugar) S 13880 13882 12675 0 -1 4194304 1365 53200 0 2 6 2 1424 81 16 0 1 0 20433765 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13882/statm: 4217 1113 409 3 0 796 0
[pid=13905] ppid=13882 vsize=5356 CPUtime=0
/proc/13905/stat : 13905 (sh) S 13882 13882 12675 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20435307 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13905/statm: 1339 232 193 169 0 50 0
[pid=13906] ppid=13905 vsize=42756 CPUtime=9.96
/proc/13906/stat : 13906 (picosat) R 13905 13882 12675 0 -1 4194304 10485 0 0 0 453 543 0 0 25 0 1 0 20435307 43782144 10471 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/13906/statm: 10689 10471 40 102 0 10584 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 64980

[startup+51.1016 s]
/proc/loadavg: 2.04 2.01 1.92 3/77 13907
/proc/meminfo: memFree=546304/2055920 swapFree=4192956/4192956
[pid=13882] ppid=13880 vsize=16868 CPUtime=15.13
/proc/13882/stat : 13882 (sugar) S 13880 13882 12675 0 -1 4194304 1365 53200 0 2 6 2 1424 81 16 0 1 0 20433765 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13882/statm: 4217 1113 409 3 0 796 0
[pid=13905] ppid=13882 vsize=5356 CPUtime=0
/proc/13905/stat : 13905 (sh) S 13882 13882 12675 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20435307 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13905/statm: 1339 232 193 169 0 50 0
[pid=13906] ppid=13905 vsize=146132 CPUtime=35.33
/proc/13906/stat : 13906 (picosat) R 13905 13882 12675 0 -1 4194304 35943 0 0 0 1613 1920 0 0 25 0 1 0 20435307 149639168 35929 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/13906/statm: 36533 35929 40 102 0 36428 0
Current children cumulated CPU time (s) 50.46
Current children cumulated vsize (KiB) 168356

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

[startup+54.3028 s]
/proc/loadavg: 2.04 2.01 1.92 3/77 13907
/proc/meminfo: memFree=533632/2055920 swapFree=4192956/4192956
[pid=13882] ppid=13880 vsize=16868 CPUtime=15.13
/proc/13882/stat : 13882 (sugar) S 13880 13882 12675 0 -1 4194304 1365 53200 0 2 6 2 1424 81 16 0 1 0 20433765 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13882/statm: 4217 1113 409 3 0 796 0
[pid=13905] ppid=13882 vsize=5356 CPUtime=0
/proc/13905/stat : 13905 (sh) S 13882 13882 12675 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20435307 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13905/statm: 1339 232 193 169 0 50 0
[pid=13906] ppid=13905 vsize=164448 CPUtime=38.5
/proc/13906/stat : 13906 (picosat) R 13905 13882 12675 0 -1 4194304 38956 0 0 0 1769 2081 0 0 25 0 1 0 20435307 168394752 38933 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/13906/statm: 41112 38933 42 102 0 41007 0
Current children cumulated CPU time (s) 53.63
Current children cumulated vsize (KiB) 186672

[startup+55.902 s]
/proc/loadavg: 2.04 2.01 1.92 3/77 13907
/proc/meminfo: memFree=531200/2055920 swapFree=4192956/4192956
[pid=13882] ppid=13880 vsize=16868 CPUtime=15.13
/proc/13882/stat : 13882 (sugar) S 13880 13882 12675 0 -1 4194304 1365 53200 0 2 6 2 1424 81 16 0 1 0 20433765 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13882/statm: 4217 1113 409 3 0 796 0
[pid=13905] ppid=13882 vsize=5356 CPUtime=0
/proc/13905/stat : 13905 (sh) S 13882 13882 12675 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20435307 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13905/statm: 1339 232 193 169 0 50 0
[pid=13906] ppid=13905 vsize=166232 CPUtime=40.08
/proc/13906/stat : 13906 (picosat) R 13905 13882 12675 0 -1 4194304 39199 0 0 0 1927 2081 0 0 25 0 1 0 20435307 170221568 39109 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/13906/statm: 41558 39109 42 102 0 41453 0
Current children cumulated CPU time (s) 55.21
Current children cumulated vsize (KiB) 188456

[startup+56.7012 s]
/proc/loadavg: 2.03 2.01 1.92 3/77 13907
/proc/meminfo: memFree=531200/2055920 swapFree=4192956/4192956
[pid=13882] ppid=13880 vsize=16868 CPUtime=15.13
/proc/13882/stat : 13882 (sugar) S 13880 13882 12675 0 -1 4194304 1365 53200 0 2 6 2 1424 81 16 0 1 0 20433765 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13882/statm: 4217 1113 409 3 0 796 0
[pid=13905] ppid=13882 vsize=5356 CPUtime=0
/proc/13905/stat : 13905 (sh) S 13882 13882 12675 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20435307 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13905/statm: 1339 232 193 169 0 50 0
[pid=13906] ppid=13905 vsize=0 CPUtime=40.87
/proc/13906/stat : 13906 (picosat) R 13905 13882 12675 0 -1 4194308 39241 0 0 0 2004 2083 0 0 25 0 1 0 20435307 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/13906/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 56
Current children cumulated vsize (KiB) 22224

[startup+57.1011 s]
/proc/loadavg: 2.03 2.01 1.92 2/85 13917
/proc/meminfo: memFree=680832/2055920 swapFree=4192956/4192956
[pid=13882] ppid=13880 vsize=16868 CPUtime=56.05
/proc/13882/stat : 13882 (sugar) S 13880 13882 12675 0 -1 4194304 1449 92726 0 2 6 3 3429 2167 15 0 1 0 20433765 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13882/statm: 4217 1113 409 3 0 796 0
[pid=13908] ppid=13882 vsize=5356 CPUtime=0
/proc/13908/stat : 13908 (sh) S 13882 13882 12675 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20439436 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13908/statm: 1339 233 193 169 0 50 0
[pid=13909] ppid=13908 vsize=864120 CPUtime=0.35
/proc/13909/stat : 13909 (java) S 13908 13882 12675 0 -1 0 3708 0 1 0 32 3 0 0 18 0 9 0 20439436 884858880 3167 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13909/statm: 216030 3167 1724 9 0 210535 0
[pid=13909/tid=13910] ppid=13908 vsize=864120 CPUtime=0.27
/proc/13909/task/13910/stat : 13910 (java) S 13908 13882 12675 0 -1 64 2575 0 1 0 25 2 0 0 22 0 9 0 20439437 884858880 3167 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13909/tid=13911] ppid=13908 vsize=864120 CPUtime=0
/proc/13909/task/13911/stat : 13911 (java) S 13908 13882 12675 0 -1 64 116 0 0 0 0 0 0 0 16 0 9 0 20439438 884858880 3167 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13909/tid=13912] ppid=13908 vsize=864120 CPUtime=0
/proc/13909/task/13912/stat : 13912 (java) S 13908 13882 12675 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 20439438 884858880 3167 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13909/tid=13913] ppid=13908 vsize=864120 CPUtime=0
/proc/13909/task/13913/stat : 13913 (java) S 13908 13882 12675 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 20439438 884858880 3167 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13909/tid=13914] ppid=13908 vsize=864120 CPUtime=0
/proc/13909/task/13914/stat : 13914 (java) S 13908 13882 12675 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20439441 884858880 3167 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13909/tid=13915] ppid=13908 vsize=864120 CPUtime=0.06
/proc/13909/task/13915/stat : 13915 (java) S 13908 13882 12675 0 -1 64 323 0 0 0 6 0 0 0 16 0 9 0 20439441 884858880 3167 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13909/tid=13916] ppid=13908 vsize=864120 CPUtime=0
/proc/13909/task/13916/stat : 13916 (java) S 13908 13882 12675 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20439441 884858880 3167 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13909/tid=13917] ppid=13908 vsize=864120 CPUtime=0
/proc/13909/task/13917/stat : 13917 (java) S 13908 13882 12675 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20439441 884858880 3167 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 56.4
Current children cumulated vsize (KiB) 886344

Child status: 0
Real time (s): 57.1843
CPU time (s): 56.4744
CPU user time (s): 34.6837
CPU system time (s): 21.7907
CPU usage (%): 98.7587
Max. virtual memory (cumulated for all children) (KiB): 912280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 34.6837
system time used= 21.7907
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 98260
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= 7871
involuntary context switches= 8915

runsolver used 0.083987 second user time and 0.19697 second system time

The end

Launcher Data

Begin job on node31 at 2009-07-11 19:34:36
IDJOB=2064019
IDBENCH=54115
IDSOLVER=738
FILE ID=node31/2064019-1247333676
PBS_JOBID= 9506566
Free space on /tmp= 66380 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/compet02/normalized-patat-02-comp-18.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-2064019-1247333676/watcher-2064019-1247333676 -o /tmp/evaluation-result-2064019-1247333676/solver-2064019-1247333676 -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-2064019-1247333676.xml

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

MD5SUM BENCH= 7009ab8b0625ac3b74cd8e0d86a590c4
RANDOM SEED=527546114

node31.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.216
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	: 5931.00
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.216
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:        781120 kB
Buffers:         55496 kB
Cached:        1120496 kB
SwapCached:          0 kB
Active:         349504 kB
Inactive:       847852 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        781120 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3828 kB
Writeback:           0 kB
Mapped:          32016 kB
Slab:            62428 kB
Committed_AS:   199184 kB
PageTables:       1852 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66380 MiB
End job on node31 at 2009-07-11 19:35:34