Trace number 1112559

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar++ v1.13+minisat-inc? 190.403 196.038

General information on the benchmark

Namecsp/super-js/super-js-taillard-20-15/
normalized-super-js-taillard-20-15-24.xml
MD5SUM32c080069cd6a9f51c8c0a6f1b619a56
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints89
Best CPU time to get the best result obtained on this benchmark3600.07
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of constraints9690
Maximum constraint arity2
Maximum domain size1288
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 (download as text)

0.04/0.07	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.04/0.08	c 0	BEGIN Sat Jul 12 15:41:47 2008
0.04/0.08	c 0	PID 16936
0.04/0.08	c 0	HOST node61.alineos.net
0.04/0.08	c 0	CONVERTING HOME/instance-1112559-1215870107.xml TO HOME/temp.csp
0.04/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1112559-1215870107.xml' 'HOME/temp.csp'
0.06/0.93	c 1	98 domains, 600 variables, 4 predicates, 0 relations, 9690 constraints
0.06/0.97	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.97	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.90/1.05	c 1	Parsing HOME/temp.csp
1.41/1.56	c 1	parsed 10000 expressions
1.41/1.57	c 1	parsed 10392 expressions
1.41/1.57	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.50/1.68	c 1	MAX CSP: 9690 constraints
1.50/1.68	c 1	Converting to clausal form CSP
1.80/1.90	c 2	converted 2009 (10%) expressions
1.80/1.97	c 2	converted 4017 (20%) expressions
1.90/2.07	c 2	converted 6026 (30%) expressions
1.99/2.12	c 2	converted 8034 (40%) expressions
1.99/2.16	c 2	converted 10043 (50%) expressions
2.10/2.21	c 2	converted 12051 (60%) expressions
2.10/2.26	c 2	converted 14060 (70%) expressions
2.19/2.30	c 2	converted 16068 (80%) expressions
2.29/2.42	c 2	converted 18077 (90%) expressions
3.19/3.38	c 3	converted 20085 (100%) expressions
3.19/3.39	c 3	CSP : 19980 integers, 0 booleans, 29069 clauses, largest domain size 14536
3.19/3.39	c 3	Heap : 27 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.19/3.39	c 3	Propagation in CSP
3.59/3.79	c 4	9682 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.59/3.79	c 4	CSP : 19980 integers, 0 booleans, 29069 clauses, largest domain size 9691
3.59/3.79	c 4	Heap : 26 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.68/3.81	c 4	Simplifing CSP by introducing new Boolean variables
3.79/3.91	c 4	CSP : 19980 integers, 17700 booleans, 46769 clauses, largest domain size 9691
3.79/3.91	c 4	Heap : 32 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.88/4.09	c 4	Encoding CSP to SAT : HOME/temp.cnf
4.86/5.07	c 5	1998 (10%) CSP integer variables are encoded (743580 clauses, 12418895 bytes)
4.86/5.08	c 5	3996 (20%) CSP integer variables are encoded (743580 clauses, 12418895 bytes)
4.86/5.08	c 5	5994 (30%) CSP integer variables are encoded (743580 clauses, 12418895 bytes)
4.86/5.08	c 5	7992 (40%) CSP integer variables are encoded (743580 clauses, 12418895 bytes)
4.86/5.08	c 5	9990 (50%) CSP integer variables are encoded (743580 clauses, 12418895 bytes)
4.96/5.12	c 5	11988 (60%) CSP integer variables are encoded (767830 clauses, 12831145 bytes)
5.06/5.28	c 5	13986 (70%) CSP integer variables are encoded (893940 clauses, 14975015 bytes)
5.16/5.33	c 5	15984 (80%) CSP integer variables are encoded (930800 clauses, 15601635 bytes)
5.16/5.36	c 5	17982 (90%) CSP integer variables are encoded (952144 clauses, 15964483 bytes)
5.16/5.39	c 5	19980 (100%) CSP integer variables are encoded (979145 clauses, 16423500 bytes)
12.14/12.58	c 12	4677 (10%) CSP clauses are encoded (4743825 clauses, 108268815 bytes)
18.88/19.38	c 19	9354 (20%) CSP clauses are encoded (8512393 clauses, 204301399 bytes)
25.71/26.33	c 26	14031 (30%) CSP clauses are encoded (12302162 clauses, 302673735 bytes)
32.46/33.21	c 33	18708 (40%) CSP clauses are encoded (16071015 clauses, 400477223 bytes)
39.19/40.14	c 40	23385 (50%) CSP clauses are encoded (19855430 clauses, 498643989 bytes)
45.36/46.46	c 46	28062 (60%) CSP clauses are encoded (23260073 clauses, 586563750 bytes)
55.73/57.02	c 57	32739 (70%) CSP clauses are encoded (29118572 clauses, 729700208 bytes)
189.51/194.31	c 194	ERROR Exception Too large HOME/temp.cnf
189.51/194.32	c 194	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
189.51/194.32	c 194	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
189.51/194.32	c 194	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
189.51/194.32	s UNKNOWN
189.51/194.39	c 194	CPU 174.45 (0.05 0.02 174.4 15.06)
189.51/194.39	c 194	END Sat Jul 12 15:45:01 2008

Verifier Data (download as text)

ERROR: no interpretation found !

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-1112559-1215870107/watcher-1112559-1215870107 -o /tmp/evaluation-result-1112559-1215870107/solver-1112559-1215870107 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1112559-1215870107.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 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: 0.00 0.00 0.00 4/81 16936
/proc/meminfo: memFree=1877152/2055920 swapFree=4192812/4192956
[pid=16936] ppid=16934 vsize=12268 CPUtime=0
/proc/16936/stat : 16936 (sugar++) R 16934 16936 16881 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 43709446 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 246406675045 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/16936/statm: 3067 316 241 3 0 167 0

[startup+0.0580691 s]
/proc/loadavg: 0.00 0.00 0.00 4/81 16936
/proc/meminfo: memFree=1877152/2055920 swapFree=4192812/4192956
[pid=16936] ppid=16934 vsize=15948 CPUtime=0.04
/proc/16936/stat : 16936 (sugar++) R 16934 16936 16881 0 -1 4194304 909 0 0 0 3 1 0 0 18 0 1 0 43709446 16330752 877 996147200 4194304 4206940 548682068528 18446744073709551615 246406353633 0 0 4224 0 0 0 0 17 1 0 0
/proc/16936/statm: 3987 877 380 3 0 566 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 15948

[startup+0.10777 s]
/proc/loadavg: 0.00 0.00 0.00 4/81 16936
/proc/meminfo: memFree=1877152/2055920 swapFree=4192812/4192956
[pid=16936] ppid=16934 vsize=16740 CPUtime=0.06
/proc/16936/stat : 16936 (sugar++) S 16934 16936 16881 0 -1 4194304 1219 128 0 0 4 2 0 0 19 0 1 0 43709446 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16936/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301614 s]
/proc/loadavg: 0.00 0.00 0.00 4/81 16936
/proc/meminfo: memFree=1877152/2055920 swapFree=4192812/4192956
[pid=16936] ppid=16934 vsize=16740 CPUtime=0.06
/proc/16936/stat : 16936 (sugar++) S 16934 16936 16881 0 -1 4194304 1219 128 0 0 4 2 0 0 19 0 1 0 43709446 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16936/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701682 s]
/proc/loadavg: 0.00 0.00 0.00 4/81 16936
/proc/meminfo: memFree=1877152/2055920 swapFree=4192812/4192956
[pid=16936] ppid=16934 vsize=16740 CPUtime=0.06
/proc/16936/stat : 16936 (sugar++) S 16934 16936 16881 0 -1 4194304 1219 128 0 0 4 2 0 0 19 0 1 0 43709446 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16936/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+1.50283 s]
/proc/loadavg: 0.24 0.05 0.02 3/88 16954
/proc/meminfo: memFree=1865832/2055920 swapFree=4192812/4192956
[pid=16936] ppid=16934 vsize=16740 CPUtime=0.89
/proc/16936/stat : 16936 (sugar++) S 16934 16936 16881 0 -1 4194304 1297 9037 0 1 5 2 77 5 16 0 1 0 43709446 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16936/statm: 4185 1104 409 3 0 764 0
[pid=16949] ppid=16936 vsize=5356 CPUtime=0
/proc/16949/stat : 16949 (sh) S 16936 16936 16881 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43709543 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16949/statm: 1339 233 193 169 0 50 0
[pid=16950] ppid=16949 vsize=864040 CPUtime=0.52
/proc/16950/stat : 16950 (java) S 16949 16936 16881 0 -1 0 4031 0 1 0 50 2 0 0 18 0 9 0 43709544 884776960 3487 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16950/statm: 216010 3487 1671 9 0 210592 0
[pid=16950/tid=16951] ppid=16949 vsize=864040 CPUtime=0.39
/proc/16950/task/16951/stat : 16951 (java) R 16949 16936 16881 0 -1 64 2461 0 1 0 39 0 0 0 20 0 9 0 43709545 884776960 3487 996147200 134512640 134550740 4294955920 18446744073709551615 4126450952 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16950/tid=16952] ppid=16949 vsize=864040 CPUtime=0.02
/proc/16950/task/16952/stat : 16952 (java) S 16949 16936 16881 0 -1 64 540 0 0 0 2 0 0 0 16 0 9 0 43709546 884776960 3487 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16950/tid=16953] ppid=16949 vsize=864040 CPUtime=0
/proc/16950/task/16953/stat : 16953 (java) S 16949 16936 16881 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 43709546 884776960 3487 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16950/tid=16954] ppid=16949 vsize=864040 CPUtime=0
/proc/16950/task/16954/stat : 16954 (java) S 16949 16936 16881 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 43709546 884776960 3487 996147200 134512640 134550740 4294955920 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) 886136

[startup+3.1011 s]
/proc/loadavg: 0.24 0.05 0.02 4/92 16958
/proc/meminfo: memFree=1845256/2055920 swapFree=4192812/4192956
[pid=16936] ppid=16934 vsize=16740 CPUtime=0.89
/proc/16936/stat : 16936 (sugar++) S 16934 16936 16881 0 -1 4194304 1297 9037 0 1 5 2 77 5 15 0 1 0 43709446 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16936/statm: 4185 1104 409 3 0 764 0
[pid=16949] ppid=16936 vsize=5356 CPUtime=0
/proc/16949/stat : 16949 (sh) S 16936 16936 16881 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43709543 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16949/statm: 1339 233 193 169 0 50 0
[pid=16950] ppid=16949 vsize=868632 CPUtime=2.1
/proc/16950/stat : 16950 (java) S 16949 16936 16881 0 -1 0 12049 0 1 0 203 7 0 0 18 0 9 0 43709544 889479168 10994 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16950/statm: 217158 10994 2540 9 0 211733 0
[pid=16950/tid=16951] ppid=16949 vsize=868632 CPUtime=1.29
/proc/16950/task/16951/stat : 16951 (java) R 16949 16936 16881 0 -1 64 2799 0 1 0 128 1 0 0 25 0 9 0 43709545 889479168 10994 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16950/tid=16952] ppid=16949 vsize=868632 CPUtime=0.56
/proc/16950/task/16952/stat : 16952 (java) R 16949 16936 16881 0 -1 64 7067 0 0 0 52 4 0 0 16 0 9 0 43709546 889479168 10994 996147200 134512640 134550740 4294955920 18446744073709551615 104182474 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16950/tid=16953] ppid=16949 vsize=868632 CPUtime=0
/proc/16950/task/16953/stat : 16953 (java) S 16949 16936 16881 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43709546 889479168 10994 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16950/tid=16954] ppid=16949 vsize=868632 CPUtime=0
/proc/16950/task/16954/stat : 16954 (java) S 16949 16936 16881 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 43709546 889479168 10994 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16950/tid=16955] ppid=16949 vsize=868632 CPUtime=0
/proc/16950/task/16955/stat : 16955 (java) S 16949 16936 16881 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43709548 889479168 10994 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16950/tid=16956] ppid=16949 vsize=868632 CPUtime=0.21
/proc/16950/task/16956/stat : 16956 (java) S 16949 16936 16881 0 -1 64 1487 0 0 0 21 0 0 0 16 0 9 0 43709548 889479168 10994 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16950/tid=16957] ppid=16949 vsize=868632 CPUtime=0
/proc/16950/task/16957/stat : 16957 (java) S 16949 16936 16881 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 43709548 889479168 10994 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16950/tid=16958] ppid=16949 vsize=868632 CPUtime=0
/proc/16950/task/16958/stat : 16958 (java) S 16949 16936 16881 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 43709548 889479168 10994 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 890728

[startup+6.30266 s]
/proc/loadavg: 0.24 0.05 0.02 3/92 16958
/proc/meminfo: memFree=1801928/2055920 swapFree=4192812/4192956
[pid=16936] ppid=16934 vsize=16740 CPUtime=0.89
/proc/16936/stat : 16936 (sugar++) S 16934 16936 16881 0 -1 4194304 1297 9037 0 1 5 2 77 5 15 0 1 0 43709446 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16936/statm: 4185 1104 409 3 0 764 0
[pid=16949] ppid=16936 vsize=5356 CPUtime=0
/proc/16949/stat : 16949 (sh) S 16936 16936 16881 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43709543 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16949/statm: 1339 233 193 169 0 50 0
[pid=16950] ppid=16949 vsize=868492 CPUtime=5.27
/proc/16950/stat : 16950 (java) S 16949 16936 16881 0 -1 0 15138 0 1 0 499 28 0 0 18 0 9 0 43709544 889335808 13510 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16950/statm: 217123 13510 2565 9 0 211670 0
[pid=16950/tid=16951] ppid=16949 vsize=868492 CPUtime=3.98
/proc/16950/task/16951/stat : 16951 (java) R 16949 16936 16881 0 -1 64 3238 0 1 0 379 19 0 0 25 0 9 0 43709545 889335808 13510 996147200 134512640 134550740 4294955920 18446744073709551615 4126570240 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16950/tid=16952] ppid=16949 vsize=868492 CPUtime=0.98
/proc/16950/task/16952/stat : 16952 (java) S 16949 16936 16881 0 -1 64 9679 0 0 0 90 8 0 0 16 0 9 0 43709546 889335808 13510 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16950/tid=16953] ppid=16949 vsize=868492 CPUtime=0
/proc/16950/task/16953/stat : 16953 (java) S 16949 16936 16881 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43709546 889335808 13510 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16950/tid=16954] ppid=16949 vsize=868492 CPUtime=0
/proc/16950/task/16954/stat : 16954 (java) S 16949 16936 16881 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43709546 889335808 13510 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16950/tid=16955] ppid=16949 vsize=868492 CPUtime=0
/proc/16950/task/16955/stat : 16955 (java) S 16949 16936 16881 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43709548 889335808 13510 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16950/tid=16956] ppid=16949 vsize=868492 CPUtime=0.28
/proc/16950/task/16956/stat : 16956 (java) S 16949 16936 16881 0 -1 64 1525 0 0 0 28 0 0 0 15 0 9 0 43709548 889335808 13510 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16950/tid=16957] ppid=16949 vsize=868492 CPUtime=0
/proc/16950/task/16957/stat : 16957 (java) S 16949 16936 16881 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 43709548 889335808 13510 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16950/tid=16958] ppid=16949 vsize=868492 CPUtime=0
/proc/16950/task/16958/stat : 16958 (java) S 16949 16936 16881 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 43709548 889335808 13510 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 890588

[startup+12.7028 s]
/proc/loadavg: 0.67 0.15 0.05 3/92 16958
/proc/meminfo: memFree=1715536/2055920 swapFree=4192812/4192956
[pid=16936] ppid=16934 vsize=16740 CPUtime=0.89
/proc/16936/stat : 16936 (sugar++) S 16934 16936 16881 0 -1 4194304 1297 9037 0 1 5 2 77 5 16 0 1 0 43709446 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16936/statm: 4185 1104 409 3 0 764 0
[pid=16949] ppid=16936 vsize=5356 CPUtime=0
/proc/16949/stat : 16949 (sh) S 16936 16936 16881 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43709543 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16949/statm: 1339 233 193 169 0 50 0
[pid=16950] ppid=16949 vsize=868492 CPUtime=11.45
/proc/16950/stat : 16950 (java) S 16949 16936 16881 0 -1 0 15861 0 1 0 1062 83 0 0 18 0 9 0 43709544 889335808 13516 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16950/statm: 217123 13516 2565 9 0 211670 0
[pid=16950/tid=16951] ppid=16949 vsize=868492 CPUtime=9.85
/proc/16950/task/16951/stat : 16951 (java) R 16949 16936 16881 0 -1 64 3955 0 1 0 916 69 0 0 25 0 9 0 43709545 889335808 13516 996147200 134512640 134550740 4294955920 18446744073709551615 4126578612 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16950/tid=16952] ppid=16949 vsize=868492 CPUtime=1.27
/proc/16950/task/16952/stat : 16952 (java) S 16949 16936 16881 0 -1 64 9679 0 0 0 115 12 0 0 16 0 9 0 43709546 889335808 13516 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16950/tid=16953] ppid=16949 vsize=868492 CPUtime=0
/proc/16950/task/16953/stat : 16953 (java) S 16949 16936 16881 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43709546 889335808 13516 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16950/tid=16954] ppid=16949 vsize=868492 CPUtime=0
/proc/16950/task/16954/stat : 16954 (java) S 16949 16936 16881 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43709546 889335808 13516 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16950/tid=16955] ppid=16949 vsize=868492 CPUtime=0
/proc/16950/task/16955/stat : 16955 (java) S 16949 16936 16881 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43709548 889335808 13516 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16950/tid=16956] ppid=16949 vsize=868492 CPUtime=0.29
/proc/16950/task/16956/stat : 16956 (java) S 16949 16936 16881 0 -1 64 1531 0 0 0 29 0 0 0 16 0 9 0 43709548 889335808 13516 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16950/tid=16957] ppid=16949 vsize=868492 CPUtime=0
/proc/16950/task/16957/stat : 16957 (java) S 16949 16936 16881 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 43709548 889335808 13516 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16950/tid=16958] ppid=16949 vsize=868492 CPUtime=0
/proc/16950/task/16958/stat : 16958 (java) S 16949 16936 16881 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 43709548 889335808 13516 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 890588

[startup+25.503 s]
/proc/loadavg: 1.10 0.26 0.08 3/93 16959
/proc/meminfo: memFree=1470024/2055920 swapFree=4192812/4192956
[pid=16936] ppid=16934 vsize=16740 CPUtime=0.89
/proc/16936/stat : 16936 (sugar++) S 16934 16936 16881 0 -1 4194304 1297 9037 0 1 5 2 77 5 16 0 1 0 43709446 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16936/statm: 4185 1104 409 3 0 764 0
[pid=16949] ppid=16936 vsize=5356 CPUtime=0
/proc/16949/stat : 16949 (sh) S 16936 16936 16881 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43709543 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16949/statm: 1339 233 193 169 0 50 0
[pid=16950] ppid=16949 vsize=868492 CPUtime=24.04
/proc/16950/stat : 16950 (java) S 16949 16936 16881 0 -1 0 17399 0 1 0 2211 193 0 0 18 0 9 0 43709544 889335808 13516 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16950/statm: 217123 13516 2565 9 0 211670 0
[pid=16950/tid=16951] ppid=16949 vsize=868492 CPUtime=21.86
/proc/16950/task/16951/stat : 16951 (java) R 16949 16936 16881 0 -1 64 5493 0 1 0 2016 170 0 0 25 0 9 0 43709545 889335808 13516 996147200 134512640 134550740 4294955920 18446744073709551615 4127066788 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16950/tid=16952] ppid=16949 vsize=868492 CPUtime=1.86
/proc/16950/task/16952/stat : 16952 (java) S 16949 16936 16881 0 -1 64 9679 0 0 0 165 21 0 0 16 0 9 0 43709546 889335808 13516 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16950/tid=16953] ppid=16949 vsize=868492 CPUtime=0
/proc/16950/task/16953/stat : 16953 (java) S 16949 16936 16881 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43709546 889335808 13516 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16950/tid=16954] ppid=16949 vsize=868492 CPUtime=0
/proc/16950/task/16954/stat : 16954 (java) S 16949 16936 16881 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43709546 889335808 13516 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16950/tid=16955] ppid=16949 vsize=868492 CPUtime=0
/proc/16950/task/16955/stat : 16955 (java) S 16949 16936 16881 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43709548 889335808 13516 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16950/tid=16956] ppid=16949 vsize=868492 CPUtime=0.29
/proc/16950/task/16956/stat : 16956 (java) S 16949 16936 16881 0 -1 64 1531 0 0 0 29 0 0 0 16 0 9 0 43709548 889335808 13516 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16950/tid=16957] ppid=16949 vsize=868492 CPUtime=0
/proc/16950/task/16957/stat : 16957 (java) S 16949 16936 16881 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 43709548 889335808 13516 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16950/tid=16958] ppid=16949 vsize=868492 CPUtime=0
/proc/16950/task/16958/stat : 16958 (java) S 16949 16936 16881 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 43709548 889335808 13516 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=16950/tid=16956] ppid=16949 vsize=868492 CPUtime=0.29
/proc/16950/task/16956/stat : 16956 (java) S 16949 16936 16881 0 -1 64 1531 0 0 0 29 0 0 0 16 0 9 0 43709548 889335808 13516 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16950/tid=16957] ppid=16949 vsize=868492 CPUtime=0
/proc/16950/task/16957/stat : 16957 (java) S 16949 16936 16881 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 43709548 889335808 13516 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16950/tid=16958] ppid=16949 vsize=868492 CPUtime=0
/proc/16950/task/16958/stat : 16958 (java) R 16949 16936 16881 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 43709548 889335808 13516 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 158.42
Current children cumulated vsize (KiB) 890588

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

[startup+179.103 s]
/proc/loadavg: 3.21 1.47 0.56 3/92 16959
/proc/meminfo: memFree=14856/2055920 swapFree=4192812/4192956
[pid=16936] ppid=16934 vsize=16740 CPUtime=0.89
/proc/16936/stat : 16936 (sugar++) S 16934 16936 16881 0 -1 4194304 1297 9037 0 1 5 2 77 5 16 0 1 0 43709446 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16936/statm: 4185 1104 409 3 0 764 0
[pid=16949] ppid=16936 vsize=5356 CPUtime=0
/proc/16949/stat : 16949 (sh) S 16936 16936 16881 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43709543 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16949/statm: 1339 233 193 169 0 50 0
[pid=16950] ppid=16949 vsize=868492 CPUtime=173.86
/proc/16950/stat : 16950 (java) S 16949 16936 16881 0 -1 0 34652 0 1 0 16010 1376 0 0 18 0 9 0 43709544 889335808 13516 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16950/statm: 217123 13516 2565 9 0 211670 0
[pid=16950/tid=16951] ppid=16949 vsize=868492 CPUtime=164.94
/proc/16950/task/16951/stat : 16951 (java) R 16949 16936 16881 0 -1 64 22746 0 1 0 15251 1243 0 0 25 0 9 0 43709545 889335808 13516 996147200 134512640 134550740 4294955920 18446744073709551615 4127069470 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16950/tid=16952] ppid=16949 vsize=868492 CPUtime=8.59
/proc/16950/task/16952/stat : 16952 (java) S 16949 16936 16881 0 -1 64 9679 0 0 0 728 131 0 0 16 0 9 0 43709546 889335808 13516 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16950/tid=16953] ppid=16949 vsize=868492 CPUtime=0
/proc/16950/task/16953/stat : 16953 (java) S 16949 16936 16881 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43709546 889335808 13516 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16950/tid=16954] ppid=16949 vsize=868492 CPUtime=0
/proc/16950/task/16954/stat : 16954 (java) S 16949 16936 16881 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43709546 889335808 13516 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16950/tid=16955] ppid=16949 vsize=868492 CPUtime=0
/proc/16950/task/16955/stat : 16955 (java) S 16949 16936 16881 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43709548 889335808 13516 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16950/tid=16956] ppid=16949 vsize=868492 CPUtime=0.29
/proc/16950/task/16956/stat : 16956 (java) S 16949 16936 16881 0 -1 64 1531 0 0 0 29 0 0 0 16 0 9 0 43709548 889335808 13516 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16950/tid=16957] ppid=16949 vsize=868492 CPUtime=0
/proc/16950/task/16957/stat : 16957 (java) S 16949 16936 16881 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 43709548 889335808 13516 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16950/tid=16958] ppid=16949 vsize=868492 CPUtime=0
/proc/16950/task/16958/stat : 16958 (java) S 16949 16936 16881 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 43709548 889335808 13516 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 174.75
Current children cumulated vsize (KiB) 890588

[startup+185.503 s]
/proc/loadavg: 3.19 1.49 0.57 3/92 16959
/proc/meminfo: memFree=16328/2055920 swapFree=4192812/4192956
[pid=16936] ppid=16934 vsize=16740 CPUtime=0.89
/proc/16936/stat : 16936 (sugar++) S 16934 16936 16881 0 -1 4194304 1297 9037 0 1 5 2 77 5 16 0 1 0 43709446 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16936/statm: 4185 1104 409 3 0 764 0
[pid=16949] ppid=16936 vsize=5356 CPUtime=0
/proc/16949/stat : 16949 (sh) S 16936 16936 16881 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43709543 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16949/statm: 1339 233 193 169 0 50 0
[pid=16950] ppid=16949 vsize=868492 CPUtime=180.1
/proc/16950/stat : 16950 (java) S 16949 16936 16881 0 -1 0 35414 0 1 0 16583 1427 0 0 18 0 9 0 43709544 889335808 13516 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16950/statm: 217123 13516 2565 9 0 211670 0
[pid=16950/tid=16951] ppid=16949 vsize=868492 CPUtime=170.89
/proc/16950/task/16951/stat : 16951 (java) R 16949 16936 16881 0 -1 64 23508 0 1 0 15799 1290 0 0 25 0 9 0 43709545 889335808 13516 996147200 134512640 134550740 4294955920 18446744073709551615 4126570327 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16950/tid=16952] ppid=16949 vsize=868492 CPUtime=8.89
/proc/16950/task/16952/stat : 16952 (java) S 16949 16936 16881 0 -1 64 9679 0 0 0 754 135 0 0 16 0 9 0 43709546 889335808 13516 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16950/tid=16953] ppid=16949 vsize=868492 CPUtime=0
/proc/16950/task/16953/stat : 16953 (java) S 16949 16936 16881 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43709546 889335808 13516 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16950/tid=16954] ppid=16949 vsize=868492 CPUtime=0
/proc/16950/task/16954/stat : 16954 (java) S 16949 16936 16881 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43709546 889335808 13516 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16950/tid=16955] ppid=16949 vsize=868492 CPUtime=0
/proc/16950/task/16955/stat : 16955 (java) S 16949 16936 16881 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43709548 889335808 13516 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16950/tid=16956] ppid=16949 vsize=868492 CPUtime=0.29
/proc/16950/task/16956/stat : 16956 (java) S 16949 16936 16881 0 -1 64 1531 0 0 0 29 0 0 0 16 0 9 0 43709548 889335808 13516 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16950/tid=16957] ppid=16949 vsize=868492 CPUtime=0
/proc/16950/task/16957/stat : 16957 (java) S 16949 16936 16881 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 43709548 889335808 13516 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16950/tid=16958] ppid=16949 vsize=868492 CPUtime=0
/proc/16950/task/16958/stat : 16958 (java) S 16949 16936 16881 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 43709548 889335808 13516 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 180.99
Current children cumulated vsize (KiB) 890588

[startup+191.901 s]
/proc/loadavg: 3.31 1.58 0.61 3/92 16959
/proc/meminfo: memFree=15368/2055920 swapFree=4192812/4192956
[pid=16936] ppid=16934 vsize=16740 CPUtime=0.89
/proc/16936/stat : 16936 (sugar++) S 16934 16936 16881 0 -1 4194304 1297 9037 0 1 5 2 77 5 16 0 1 0 43709446 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16936/statm: 4185 1104 409 3 0 764 0
[pid=16949] ppid=16936 vsize=5356 CPUtime=0
/proc/16949/stat : 16949 (sh) S 16936 16936 16881 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43709543 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16949/statm: 1339 233 193 169 0 50 0
[pid=16950] ppid=16949 vsize=868492 CPUtime=186.27
/proc/16950/stat : 16950 (java) S 16949 16936 16881 0 -1 0 36164 0 1 0 17145 1482 0 0 18 0 9 0 43709544 889335808 13516 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16950/statm: 217123 13516 2565 9 0 211670 0
[pid=16950/tid=16951] ppid=16949 vsize=868492 CPUtime=176.79
/proc/16950/task/16951/stat : 16951 (java) R 16949 16936 16881 0 -1 64 24258 0 1 0 16338 1341 0 0 25 0 9 0 43709545 889335808 13516 996147200 134512640 134550740 4294955920 18446744073709551615 4127065517 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16950/tid=16952] ppid=16949 vsize=868492 CPUtime=9.17
/proc/16950/task/16952/stat : 16952 (java) S 16949 16936 16881 0 -1 64 9679 0 0 0 777 140 0 0 15 0 9 0 43709546 889335808 13516 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16950/tid=16953] ppid=16949 vsize=868492 CPUtime=0
/proc/16950/task/16953/stat : 16953 (java) S 16949 16936 16881 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43709546 889335808 13516 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16950/tid=16954] ppid=16949 vsize=868492 CPUtime=0
/proc/16950/task/16954/stat : 16954 (java) S 16949 16936 16881 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43709546 889335808 13516 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16950/tid=16955] ppid=16949 vsize=868492 CPUtime=0
/proc/16950/task/16955/stat : 16955 (java) S 16949 16936 16881 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43709548 889335808 13516 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16950/tid=16956] ppid=16949 vsize=868492 CPUtime=0.29
/proc/16950/task/16956/stat : 16956 (java) S 16949 16936 16881 0 -1 64 1531 0 0 0 29 0 0 0 16 0 9 0 43709548 889335808 13516 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16950/tid=16957] ppid=16949 vsize=868492 CPUtime=0
/proc/16950/task/16957/stat : 16957 (java) S 16949 16936 16881 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 43709548 889335808 13516 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16950/tid=16958] ppid=16949 vsize=868492 CPUtime=0
/proc/16950/task/16958/stat : 16958 (java) S 16949 16936 16881 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 43709548 889335808 13516 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 187.16
Current children cumulated vsize (KiB) 890588

[startup+193.502 s]
/proc/loadavg: 3.31 1.58 0.61 3/92 16959
/proc/meminfo: memFree=16136/2055920 swapFree=4192812/4192956
[pid=16936] ppid=16934 vsize=16740 CPUtime=0.89
/proc/16936/stat : 16936 (sugar++) S 16934 16936 16881 0 -1 4194304 1297 9037 0 1 5 2 77 5 16 0 1 0 43709446 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16936/statm: 4185 1104 409 3 0 764 0
[pid=16949] ppid=16936 vsize=5356 CPUtime=0
/proc/16949/stat : 16949 (sh) S 16936 16936 16881 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43709543 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16949/statm: 1339 233 193 169 0 50 0
[pid=16950] ppid=16949 vsize=868492 CPUtime=187.84
/proc/16950/stat : 16950 (java) S 16949 16936 16881 0 -1 0 36353 0 1 0 17289 1495 0 0 18 0 9 0 43709544 889335808 13516 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16950/statm: 217123 13516 2565 9 0 211670 0
[pid=16950/tid=16951] ppid=16949 vsize=868492 CPUtime=178.26
/proc/16950/task/16951/stat : 16951 (java) R 16949 16936 16881 0 -1 64 24447 0 1 0 16475 1351 0 0 25 0 9 0 43709545 889335808 13516 996147200 134512640 134550740 4294955920 18446744073709551615 4127065452 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16950/tid=16952] ppid=16949 vsize=868492 CPUtime=9.25
/proc/16950/task/16952/stat : 16952 (java) S 16949 16936 16881 0 -1 64 9679 0 0 0 783 142 0 0 16 0 9 0 43709546 889335808 13516 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16950/tid=16953] ppid=16949 vsize=868492 CPUtime=0
/proc/16950/task/16953/stat : 16953 (java) S 16949 16936 16881 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43709546 889335808 13516 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16950/tid=16954] ppid=16949 vsize=868492 CPUtime=0
/proc/16950/task/16954/stat : 16954 (java) S 16949 16936 16881 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43709546 889335808 13516 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16950/tid=16955] ppid=16949 vsize=868492 CPUtime=0
/proc/16950/task/16955/stat : 16955 (java) S 16949 16936 16881 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43709548 889335808 13516 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16950/tid=16956] ppid=16949 vsize=868492 CPUtime=0.29
/proc/16950/task/16956/stat : 16956 (java) S 16949 16936 16881 0 -1 64 1531 0 0 0 29 0 0 0 16 0 9 0 43709548 889335808 13516 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16950/tid=16957] ppid=16949 vsize=868492 CPUtime=0
/proc/16950/task/16957/stat : 16957 (java) S 16949 16936 16881 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 43709548 889335808 13516 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16950/tid=16958] ppid=16949 vsize=868492 CPUtime=0
/proc/16950/task/16958/stat : 16958 (java) S 16949 16936 16881 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 43709548 889335808 13516 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 188.73
Current children cumulated vsize (KiB) 890588

[startup+195.103 s]
/proc/loadavg: 3.31 1.58 0.61 3/82 16959
/proc/meminfo: memFree=453656/2055920 swapFree=4192812/4192956
[pid=16936] ppid=16934 vsize=16740 CPUtime=190.21
/proc/16936/stat : 16936 (sugar++) R 16934 16936 16881 0 -1 4194304 1320 45784 0 2 5 70 17440 1506 16 0 1 0 43709446 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 246406681641 0 0 4224 16386 0 0 0 17 1 0 0
/proc/16936/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 190.21
Current children cumulated vsize (KiB) 16740

[startup+195.503 s]
/proc/loadavg: 3.31 1.58 0.61 3/82 16959
/proc/meminfo: memFree=453656/2055920 swapFree=4192812/4192956
[pid=16936] ppid=16934 vsize=16740 CPUtime=190.33
/proc/16936/stat : 16936 (sugar++) D 16934 16936 16881 0 -1 4194304 1320 45784 0 2 5 82 17440 1506 15 0 1 0 43709446 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 246406681641 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/16936/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 190.33
Current children cumulated vsize (KiB) 16740

[startup+195.902 s]
/proc/loadavg: 3.31 1.58 0.61 2/82 16959
/proc/meminfo: memFree=1504728/2055920 swapFree=4192812/4192956
[pid=16936] ppid=16934 vsize=16740 CPUtime=190.37
/proc/16936/stat : 16936 (sugar++) D 16934 16936 16881 0 -1 4194304 1320 45784 0 2 5 86 17440 1506 15 0 1 0 43709446 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 246406681641 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/16936/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 190.37
Current children cumulated vsize (KiB) 16740

[startup+196.002 s]
/proc/loadavg: 3.31 1.58 0.61 2/82 16959
/proc/meminfo: memFree=1504728/2055920 swapFree=4192812/4192956
[pid=16936] ppid=16934 vsize=16740 CPUtime=190.38
/proc/16936/stat : 16936 (sugar++) D 16934 16936 16881 0 -1 4194304 1320 45784 0 2 5 87 17440 1506 15 0 1 0 43709446 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 246406681641 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/16936/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 190.38
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 196.038
CPU time (s): 190.403
CPU user time (s): 174.458
CPU system time (s): 15.9446
CPU usage (%): 97.1257
Max. virtual memory (cumulated for all children) (KiB): 890980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 174.458
system time used= 15.9446
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47160
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= 157701
involuntary context switches= 162905

runsolver used 0.264959 second user time and 0.664898 second system time

The end

Launcher Data (download as text)

Begin job on node61 at 2008-07-12 15:41:47
IDJOB=1112559
IDBENCH=61436
IDSOLVER=367
FILE ID=node61/1112559-1215870107
PBS_JOBID= 7903562
Free space on /tmp= 66492 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/super-js/super-js-taillard-20-15/normalized-super-js-taillard-20-15-24.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1112559-1215870107/watcher-1112559-1215870107 -o /tmp/evaluation-result-1112559-1215870107/solver-1112559-1215870107 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat-inc" -tmp="HOME/temp" HOME/instance-1112559-1215870107.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 32c080069cd6a9f51c8c0a6f1b619a56
RANDOM SEED=784641417

node61.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.279
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.279
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:       1877632 kB
Buffers:         16760 kB
Cached:          83132 kB
SwapCached:          0 kB
Active:          68876 kB
Inactive:        52700 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1877632 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4052 kB
Writeback:           0 kB
Mapped:          38780 kB
Slab:            42136 kB
Committed_AS:   232116 kB
PageTables:       1808 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66492 MiB
End job on node61 at 2008-07-12 15:45:03