Trace number 1109954

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? 171.441 177.476

General information on the benchmark

Namecsp/pseudo/uclid/
normalized-elf-rf8.xml
MD5SUM2208aedfcbbfeeb4d777f5a8f393a505
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints2
Best CPU time to get the best result obtained on this benchmark1857.62
Satisfiable
(Un)Satisfiability was proved
Number of variables6059
Number of constraints16683
Maximum constraint arity11
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension16683
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Sat Jul 12 00:11:45 2008
0.00/0.05	c 0	PID 15917
0.00/0.05	c 0	HOST node54.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1109954-1215814305.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1109954-1215814305.xml' 'HOME/temp.csp'
1.56/1.63	c 2	3 domains, 6059 variables, 9 predicates, 0 relations, 16683 constraints
1.56/1.67	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.56/1.67	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.60/1.76	c 2	Parsing HOME/temp.csp
1.60/2.08	c 2	parsed 10000 expressions
2.21/2.33	c 2	parsed 20000 expressions
2.30/2.47	c 3	parsed 22754 expressions
2.30/2.47	c 3	Heap : 8 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.50/2.66	c 3	MAX CSP: 16683 constraints
2.50/2.66	c 3	Converting to clausal form CSP
2.59/2.72	c 3	converted 3944 (10%) expressions
2.80/2.92	c 3	converted 7888 (20%) expressions
2.90/3.01	c 3	converted 11832 (30%) expressions
2.90/3.09	c 3	converted 15776 (40%) expressions
2.99/3.16	c 3	converted 19720 (50%) expressions
3.09/3.24	c 3	converted 23664 (60%) expressions
3.29/3.44	c 4	converted 27608 (70%) expressions
3.39/3.53	c 4	converted 31552 (80%) expressions
3.49/3.61	c 4	converted 35496 (90%) expressions
5.56/5.71	c 6	converted 39440 (100%) expressions
5.56/5.71	c 6	CSP : 45761 integers, 0 booleans, 62666 clauses, largest domain size 25025
5.56/5.72	c 6	Heap : 54 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.56/5.72	c 6	Propagation in CSP
6.36/6.54	c 7	16677 values, 0 unsatisfiable literals, and 0 valid clauses are removed
6.36/6.55	c 7	CSP : 45761 integers, 0 booleans, 62666 clauses, largest domain size 16684
6.36/6.55	c 7	Heap : 57 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.36/6.58	c 7	Simplifing CSP by introducing new Boolean variables
6.45/6.60	c 7	CSP : 45761 integers, 0 booleans, 62666 clauses, largest domain size 16684
6.45/6.60	c 7	Heap : 58 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.74/6.98	c 7	Encoding CSP to SAT : HOME/temp.cnf
6.84/7.01	c 7	4577 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
6.84/7.02	c 7	9153 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
6.84/7.02	c 7	13729 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
6.84/7.03	c 7	18305 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
6.84/7.05	c 7	22881 (50%) CSP integer variables are encoded (15241 clauses, 228679 bytes)
6.95/7.15	c 7	27457 (60%) CSP integer variables are encoded (103156 clauses, 1605699 bytes)
7.06/7.25	c 7	32033 (70%) CSP integer variables are encoded (180612 clauses, 2922451 bytes)
7.15/7.31	c 7	36609 (80%) CSP integer variables are encoded (230908 clauses, 3777483 bytes)
7.15/7.38	c 7	41185 (90%) CSP integer variables are encoded (288724 clauses, 4760355 bytes)
7.56/7.71	c 8	45761 (100%) CSP integer variables are encoded (570921 clauses, 9557704 bytes)
7.66/7.80	c 8	6267 (10%) CSP clauses are encoded (577188 clauses, 9676123 bytes)
7.66/7.86	c 8	12534 (20%) CSP clauses are encoded (583455 clauses, 9808027 bytes)
8.16/8.34	c 8	18800 (30%) CSP clauses are encoded (820736 clauses, 14654695 bytes)
9.15/9.30	c 9	25067 (40%) CSP clauses are encoded (1360873 clauses, 26025632 bytes)
10.45/10.61	c 11	31333 (50%) CSP clauses are encoded (2099073 clauses, 43458035 bytes)
19.88/20.10	c 20	37600 (60%) CSP clauses are encoded (7601361 clauses, 177745830 bytes)
50.43/51.49	c 52	43867 (70%) CSP clauses are encoded (23988241 clauses, 578612447 bytes)
140.89/144.49	c 145	50133 (80%) CSP clauses are encoded (73005309 clauses, 1778825051 bytes)
170.38/175.03	c 175	ERROR Exception Too large HOME/temp.cnf
170.38/175.03	c 175	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
170.38/175.03	c 175	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
170.38/175.03	c 175	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
170.38/175.03	s UNKNOWN
170.42/175.48	c 176	CPU 156.56 (0.03 0.01 156.53 13.87)
170.42/175.48	c 176	END Sat Jul 12 00:14:41 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-1109954-1215814305/watcher-1109954-1215814305 -o /tmp/evaluation-result-1109954-1215814305/solver-1109954-1215814305 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1109954-1215814305.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: 2.18 2.05 2.01 4/75 15917
/proc/meminfo: memFree=974728/2055920 swapFree=4192812/4192956
[pid=15917] ppid=15915 vsize=4708 CPUtime=0
/proc/15917/stat : 15917 (sugar) R 15915 15917 15644 0 -1 4194304 58 0 0 0 0 0 0 0 22 0 1 0 38130139 4820992 43 996147200 4194304 4206940 548682068592 18446744073709551615 234208949641 0 0 4096 0 0 0 0 17 1 0 0
/proc/15917/statm: 1177 43 33 3 0 8 0

[startup+0.079238 s]
/proc/loadavg: 2.18 2.05 2.01 4/75 15917
/proc/meminfo: memFree=974728/2055920 swapFree=4192812/4192956
[pid=15917] ppid=15915 vsize=13600 CPUtime=0.04
/proc/15917/stat : 15917 (sugar) S 15915 15917 15644 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 38130139 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15917/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102298 s]
/proc/loadavg: 2.18 2.05 2.01 4/75 15917
/proc/meminfo: memFree=974728/2055920 swapFree=4192812/4192956
[pid=15917] ppid=15915 vsize=13600 CPUtime=0.04
/proc/15917/stat : 15917 (sugar) S 15915 15917 15644 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 38130139 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15917/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301134 s]
/proc/loadavg: 2.18 2.05 2.01 4/75 15917
/proc/meminfo: memFree=974728/2055920 swapFree=4192812/4192956
[pid=15917] ppid=15915 vsize=13600 CPUtime=0.04
/proc/15917/stat : 15917 (sugar) S 15915 15917 15644 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 38130139 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15917/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701196 s]
/proc/loadavg: 2.18 2.05 2.01 4/75 15917
/proc/meminfo: memFree=974728/2055920 swapFree=4192812/4192956
[pid=15917] ppid=15915 vsize=13600 CPUtime=0.04
/proc/15917/stat : 15917 (sugar) S 15915 15917 15644 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 38130139 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15917/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.5013 s]
/proc/loadavg: 2.18 2.05 2.01 4/86 15929
/proc/meminfo: memFree=862968/2055920 swapFree=4192812/4192956
[pid=15917] ppid=15915 vsize=13600 CPUtime=0.04
/proc/15917/stat : 15917 (sugar) S 15915 15917 15644 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 38130139 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15917/statm: 3400 796 370 3 0 500 0
[pid=15920] ppid=15917 vsize=5356 CPUtime=0
/proc/15920/stat : 15920 (sh) S 15917 15917 15644 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 38130144 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15920/statm: 1339 233 193 169 0 50 0
[pid=15921] ppid=15920 vsize=864672 CPUtime=1.42
/proc/15921/stat : 15921 (java) S 15920 15917 15644 0 -1 0 12509 0 1 0 135 7 0 0 18 0 9 0 38130144 885424128 10551 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15921/statm: 216168 10551 2529 9 0 210750 0
[pid=15921/tid=15922] ppid=15920 vsize=864672 CPUtime=0.79
/proc/15921/task/15922/stat : 15922 (java) R 15920 15917 15644 0 -1 64 3000 0 1 0 77 2 0 0 24 0 9 0 38130145 885424128 10551 996147200 134512640 134550740 4294956000 18446744073709551615 4126697940 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15921/tid=15923] ppid=15920 vsize=864672 CPUtime=0.46
/proc/15921/task/15923/stat : 15923 (java) S 15920 15917 15644 0 -1 64 8295 0 0 0 43 3 0 0 16 0 9 0 38130147 885424128 10551 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15921/tid=15924] ppid=15920 vsize=864672 CPUtime=0
/proc/15921/task/15924/stat : 15924 (java) S 15920 15917 15644 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 38130147 885424128 10551 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15921/tid=15925] ppid=15920 vsize=864672 CPUtime=0
/proc/15921/task/15925/stat : 15925 (java) S 15920 15917 15644 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 38130147 885424128 10551 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15921/tid=15926] ppid=15920 vsize=864672 CPUtime=0
/proc/15921/task/15926/stat : 15926 (java) S 15920 15917 15644 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38130149 885424128 10551 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15921/tid=15927] ppid=15920 vsize=864672 CPUtime=0.13
/proc/15921/task/15927/stat : 15927 (java) S 15920 15917 15644 0 -1 64 514 0 0 0 13 0 0 0 16 0 9 0 38130149 885424128 10551 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15921/tid=15928] ppid=15920 vsize=864672 CPUtime=0
/proc/15921/task/15928/stat : 15928 (java) S 15920 15917 15644 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38130149 885424128 10551 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15921/tid=15929] ppid=15920 vsize=864672 CPUtime=0
/proc/15921/task/15929/stat : 15929 (java) S 15920 15917 15644 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38130149 885424128 10551 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 883628

[startup+3.1025 s]
/proc/loadavg: 2.25 2.06 2.02 3/86 15939
/proc/meminfo: memFree=781624/2055920 swapFree=4192812/4192956
[pid=15917] ppid=15915 vsize=13600 CPUtime=1.6
/proc/15917/stat : 15917 (sugar) S 15915 15917 15644 0 -1 4194304 974 13003 0 1 3 1 148 8 15 0 1 0 38130139 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15917/statm: 3400 797 370 3 0 500 0
[pid=15930] ppid=15917 vsize=5356 CPUtime=0
/proc/15930/stat : 15930 (sh) S 15917 15917 15644 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38130307 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15930/statm: 1339 233 193 169 0 50 0
[pid=15931] ppid=15930 vsize=868432 CPUtime=1.39
/proc/15931/stat : 15931 (java) S 15930 15917 15644 0 -1 0 10769 0 1 0 133 6 0 0 18 0 9 0 38130307 889274368 9589 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15931/statm: 217108 9589 2543 9 0 211683 0
[pid=15931/tid=15932] ppid=15930 vsize=868432 CPUtime=0.77
/proc/15931/task/15932/stat : 15932 (java) R 15930 15917 15644 0 -1 64 2757 0 1 0 76 1 0 0 20 0 9 0 38130308 889274368 9589 996147200 134512640 134550740 4294955936 18446744073709551615 4126474871 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15931/tid=15933] ppid=15930 vsize=868432 CPUtime=0.38
/proc/15931/task/15933/stat : 15933 (java) S 15930 15917 15644 0 -1 64 5846 0 0 0 35 3 0 0 16 0 9 0 38130309 889274368 9589 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15931/tid=15934] ppid=15930 vsize=868432 CPUtime=0
/proc/15931/task/15934/stat : 15934 (java) S 15930 15917 15644 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38130309 889274368 9589 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15931/tid=15935] ppid=15930 vsize=868432 CPUtime=0
/proc/15931/task/15935/stat : 15935 (java) S 15930 15917 15644 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 38130309 889274368 9589 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15931/tid=15936] ppid=15930 vsize=868432 CPUtime=0
/proc/15931/task/15936/stat : 15936 (java) S 15930 15917 15644 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 38130311 889274368 9589 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15931/tid=15937] ppid=15930 vsize=868432 CPUtime=0.2
/proc/15931/task/15937/stat : 15937 (java) S 15930 15917 15644 0 -1 64 1469 0 0 0 20 0 0 0 16 0 9 0 38130311 889274368 9589 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15931/tid=15938] ppid=15930 vsize=868432 CPUtime=0
/proc/15931/task/15938/stat : 15938 (java) S 15930 15917 15644 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38130311 889274368 9589 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15931/tid=15939] ppid=15930 vsize=868432 CPUtime=0
/proc/15931/task/15939/stat : 15939 (java) S 15930 15917 15644 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38130311 889274368 9589 996147200 134512640 134550740 4294955936 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) 887388

[startup+6.30291 s]
/proc/loadavg: 2.25 2.06 2.02 3/86 15939
/proc/meminfo: memFree=443960/2055920 swapFree=4192812/4192956
[pid=15917] ppid=15915 vsize=13600 CPUtime=1.6
/proc/15917/stat : 15917 (sugar) S 15915 15917 15644 0 -1 4194304 974 13003 0 1 3 1 148 8 16 0 1 0 38130139 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15917/statm: 3400 797 370 3 0 500 0
[pid=15930] ppid=15917 vsize=5356 CPUtime=0
/proc/15930/stat : 15930 (sh) S 15917 15917 15644 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38130307 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15930/statm: 1339 233 193 169 0 50 0
[pid=15931] ppid=15930 vsize=868432 CPUtime=4.55
/proc/15931/stat : 15931 (java) S 15930 15917 15644 0 -1 0 21335 0 1 0 443 12 0 0 18 0 9 0 38130307 889274368 19656 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15931/statm: 217108 19656 2541 9 0 211683 0
[pid=15931/tid=15932] ppid=15930 vsize=868432 CPUtime=3.01
/proc/15931/task/15932/stat : 15932 (java) R 15930 15917 15644 0 -1 64 3228 0 1 0 299 2 0 0 25 0 9 0 38130308 889274368 19656 996147200 134512640 134550740 4294955936 18446744073709551615 4126991828 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15931/tid=15933] ppid=15930 vsize=868432 CPUtime=1.27
/proc/15931/task/15933/stat : 15933 (java) S 15930 15917 15644 0 -1 64 15926 0 0 0 119 8 0 0 16 0 9 0 38130309 889274368 19656 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15931/tid=15934] ppid=15930 vsize=868432 CPUtime=0
/proc/15931/task/15934/stat : 15934 (java) S 15930 15917 15644 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38130309 889274368 19656 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15931/tid=15935] ppid=15930 vsize=868432 CPUtime=0
/proc/15931/task/15935/stat : 15935 (java) S 15930 15917 15644 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 38130309 889274368 19656 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15931/tid=15936] ppid=15930 vsize=868432 CPUtime=0
/proc/15931/task/15936/stat : 15936 (java) S 15930 15917 15644 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 38130311 889274368 19656 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15931/tid=15937] ppid=15930 vsize=868432 CPUtime=0.23
/proc/15931/task/15937/stat : 15937 (java) S 15930 15917 15644 0 -1 64 1484 0 0 0 23 0 0 0 16 0 9 0 38130311 889274368 19656 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15931/tid=15938] ppid=15930 vsize=868432 CPUtime=0
/proc/15931/task/15938/stat : 15938 (java) S 15930 15917 15644 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38130311 889274368 19656 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15931/tid=15939] ppid=15930 vsize=868432 CPUtime=0
/proc/15931/task/15939/stat : 15939 (java) S 15930 15917 15644 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38130311 889274368 19656 996147200 134512640 134550740 4294955936 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) 887388

[startup+12.7027 s]
/proc/loadavg: 2.28 2.08 2.02 3/93 15977
/proc/meminfo: memFree=1765432/2055920 swapFree=4192812/4192956
[pid=15917] ppid=15915 vsize=13600 CPUtime=1.6
/proc/15917/stat : 15917 (sugar) S 15915 15917 15644 0 -1 4194304 974 13003 0 1 3 1 148 8 16 0 1 0 38130139 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15917/statm: 3400 797 370 3 0 500 0
[pid=15930] ppid=15917 vsize=5356 CPUtime=0
/proc/15930/stat : 15930 (sh) S 15917 15917 15644 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38130307 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15930/statm: 1339 233 193 169 0 50 0
[pid=15931] ppid=15930 vsize=868544 CPUtime=10.95
/proc/15931/stat : 15931 (java) S 15930 15917 15644 0 -1 0 27349 0 1 0 1034 61 0 0 18 0 9 0 38130307 889389056 19743 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15931/statm: 217136 19743 2565 9 0 211683 0
[pid=15931/tid=15932] ppid=15930 vsize=868544 CPUtime=8.84
/proc/15931/task/15932/stat : 15932 (java) R 15930 15917 15644 0 -1 64 3688 0 1 0 839 45 0 0 25 0 9 0 38130308 889389056 19743 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15931/tid=15933] ppid=15930 vsize=868544 CPUtime=1.79
/proc/15931/task/15933/stat : 15933 (java) S 15930 15917 15644 0 -1 64 21444 0 0 0 165 14 0 0 16 0 9 0 38130309 889389056 19743 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15931/tid=15934] ppid=15930 vsize=868544 CPUtime=0
/proc/15931/task/15934/stat : 15934 (java) S 15930 15917 15644 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38130309 889389056 19743 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15931/tid=15935] ppid=15930 vsize=868544 CPUtime=0
/proc/15931/task/15935/stat : 15935 (java) S 15930 15917 15644 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 38130309 889389056 19743 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15931/tid=15936] ppid=15930 vsize=868544 CPUtime=0
/proc/15931/task/15936/stat : 15936 (java) S 15930 15917 15644 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 38130311 889389056 19743 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15931/tid=15937] ppid=15930 vsize=868544 CPUtime=0.28
/proc/15931/task/15937/stat : 15937 (java) S 15930 15917 15644 0 -1 64 1520 0 0 0 28 0 0 0 16 0 9 0 38130311 889389056 19743 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15931/tid=15938] ppid=15930 vsize=868544 CPUtime=0
/proc/15931/task/15938/stat : 15938 (java) S 15930 15917 15644 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38130311 889389056 19743 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15931/tid=15939] ppid=15930 vsize=868544 CPUtime=0
/proc/15931/task/15939/stat : 15939 (java) S 15930 15917 15644 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38130311 889389056 19743 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 887500

[startup+25.5023 s]
/proc/loadavg: 2.24 2.07 2.02 3/93 15978
/proc/meminfo: memFree=1550016/2055920 swapFree=4192812/4192956
[pid=15917] ppid=15915 vsize=13600 CPUtime=1.6
/proc/15917/stat : 15917 (sugar) S 15915 15917 15644 0 -1 4194304 974 13003 0 1 3 1 148 8 16 0 1 0 38130139 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15917/statm: 3400 797 370 3 0 500 0
[pid=15930] ppid=15917 vsize=5356 CPUtime=0
/proc/15930/stat : 15930 (sh) S 15917 15917 15644 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38130307 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15930/statm: 1339 233 193 169 0 50 0
[pid=15931] ppid=15930 vsize=868544 CPUtime=23.62
/proc/15931/stat : 15931 (java) S 15930 15917 15644 0 -1 0 28284 0 1 0 2185 177 0 0 18 0 9 0 38130307 889389056 19743 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15931/statm: 217136 19743 2565 9 0 211683 0
[pid=15931/tid=15932] ppid=15930 vsize=868544 CPUtime=21.08
/proc/15931/task/15932/stat : 15932 (java) R 15930 15917 15644 0 -1 64 4623 0 1 0 1953 155 0 0 25 0 9 0 38130308 889389056 19743 996147200 134512640 134550740 4294955936 18446744073709551615 4127103112 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15931/tid=15933] ppid=15930 vsize=868544 CPUtime=2.22
/proc/15931/task/15933/stat : 15933 (java) S 15930 15917 15644 0 -1 64 21444 0 0 0 202 20 0 0 16 0 9 0 38130309 889389056 19743 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15931/tid=15934] ppid=15930 vsize=868544 CPUtime=0
/proc/15931/task/15934/stat : 15934 (java) S 15930 15917 15644 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38130309 889389056 19743 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15931/tid=15935] ppid=15930 vsize=868544 CPUtime=0
/proc/15931/task/15935/stat : 15935 (java) S 15930 15917 15644 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 38130309 889389056 19743 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[startup+102.308 s]
/proc/loadavg: 2.31 2.13 2.04 3/93 15978
/proc/meminfo: memFree=553984/2055920 swapFree=4192812/4192956
[pid=15917] ppid=15915 vsize=13600 CPUtime=1.6
/proc/15917/stat : 15917 (sugar) S 15915 15917 15644 0 -1 4194304 974 13003 0 1 3 1 148 8 16 0 1 0 38130139 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15917/statm: 3400 797 370 3 0 500 0
[pid=15930] ppid=15917 vsize=5356 CPUtime=0
/proc/15930/stat : 15930 (sh) S 15917 15917 15644 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38130307 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15930/statm: 1339 233 193 169 0 50 0
[pid=15931] ppid=15930 vsize=868544 CPUtime=98.39
/proc/15931/stat : 15931 (java) S 15930 15917 15644 0 -1 0 33496 0 1 0 9059 780 0 0 18 0 9 0 38130307 889389056 19743 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15931/statm: 217136 19743 2565 9 0 211683 0
[pid=15931/tid=15932] ppid=15930 vsize=868544 CPUtime=93.38
/proc/15931/task/15932/stat : 15932 (java) R 15930 15917 15644 0 -1 64 9835 0 1 0 8615 723 0 0 25 0 9 0 38130308 889389056 19743 996147200 134512640 134550740 4294955936 18446744073709551615 4127087052 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15931/tid=15933] ppid=15930 vsize=868544 CPUtime=4.69
/proc/15931/task/15933/stat : 15933 (java) S 15930 15917 15644 0 -1 64 21444 0 0 0 414 55 0 0 16 0 9 0 38130309 889389056 19743 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15931/tid=15934] ppid=15930 vsize=868544 CPUtime=0
/proc/15931/task/15934/stat : 15934 (java) S 15930 15917 15644 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38130309 889389056 19743 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15931/tid=15935] ppid=15930 vsize=868544 CPUtime=0
/proc/15931/task/15935/stat : 15935 (java) S 15930 15917 15644 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 38130309 889389056 19743 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15931/tid=15936] ppid=15930 vsize=868544 CPUtime=0
/proc/15931/task/15936/stat : 15936 (java) S 15930 15917 15644 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 38130311 889389056 19743 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15931/tid=15937] ppid=15930 vsize=868544 CPUtime=0.28
/proc/15931/task/15937/stat : 15937 (java) S 15930 15917 15644 0 -1 64 1520 0 0 0 28 0 0 0 16 0 9 0 38130311 889389056 19743 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15931/tid=15938] ppid=15930 vsize=868544 CPUtime=0
/proc/15931/task/15938/stat : 15938 (java) S 15930 15917 15644 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38130311 889389056 19743 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15931/tid=15939] ppid=15930 vsize=868544 CPUtime=0
/proc/15931/task/15939/stat : 15939 (java) S 15930 15917 15644 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38130311 889389056 19743 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 99.99
Current children cumulated vsize (KiB) 887500

[startup+162.303 s]
/proc/loadavg: 2.36 2.17 2.06 3/93 15978
/proc/meminfo: memFree=15232/2055920 swapFree=4192812/4192956
[pid=15917] ppid=15915 vsize=13600 CPUtime=1.6
/proc/15917/stat : 15917 (sugar) S 15915 15917 15644 0 -1 4194304 974 13003 0 1 3 1 148 8 16 0 1 0 38130139 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15917/statm: 3400 797 370 3 0 500 0
[pid=15930] ppid=15917 vsize=5356 CPUtime=0
/proc/15930/stat : 15930 (sh) S 15917 15917 15644 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38130307 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15930/statm: 1339 233 193 169 0 50 0
[pid=15931] ppid=15930 vsize=868544 CPUtime=156.48
/proc/15931/stat : 15931 (java) S 15930 15917 15644 0 -1 0 37547 0 1 0 14378 1270 0 0 18 0 9 0 38130307 889389056 19743 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15931/statm: 217136 19743 2565 9 0 211683 0
[pid=15931/tid=15932] ppid=15930 vsize=868544 CPUtime=149.62
/proc/15931/task/15932/stat : 15932 (java) R 15930 15917 15644 0 -1 64 13886 0 1 0 13778 1184 0 0 25 0 9 0 38130308 889389056 19743 996147200 134512640 134550740 4294955936 18446744073709551615 4126476370 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15931/tid=15933] ppid=15930 vsize=868544 CPUtime=6.53
/proc/15931/task/15933/stat : 15933 (java) S 15930 15917 15644 0 -1 64 21444 0 0 0 570 83 0 0 16 0 9 0 38130309 889389056 19743 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15931/tid=15934] ppid=15930 vsize=868544 CPUtime=0
/proc/15931/task/15934/stat : 15934 (java) S 15930 15917 15644 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38130309 889389056 19743 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15931/tid=15935] ppid=15930 vsize=868544 CPUtime=0
/proc/15931/task/15935/stat : 15935 (java) S 15930 15917 15644 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 38130309 889389056 19743 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15931/tid=15936] ppid=15930 vsize=868544 CPUtime=0
/proc/15931/task/15936/stat : 15936 (java) S 15930 15917 15644 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 38130311 889389056 19743 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15931/tid=15937] ppid=15930 vsize=868544 CPUtime=0.28
/proc/15931/task/15937/stat : 15937 (java) S 15930 15917 15644 0 -1 64 1520 0 0 0 28 0 0 0 16 0 9 0 38130311 889389056 19743 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15931/tid=15938] ppid=15930 vsize=868544 CPUtime=0
/proc/15931/task/15938/stat : 15938 (java) S 15930 15917 15644 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38130311 889389056 19743 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15931/tid=15939] ppid=15930 vsize=868544 CPUtime=0
/proc/15931/task/15939/stat : 15939 (java) S 15930 15917 15644 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38130311 889389056 19743 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 158.08
Current children cumulated vsize (KiB) 887500

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

[startup+166.301 s]
/proc/loadavg: 2.33 2.16 2.06 3/93 15978
/proc/meminfo: memFree=16192/2055920 swapFree=4192812/4192956
[pid=15917] ppid=15915 vsize=13600 CPUtime=1.6
/proc/15917/stat : 15917 (sugar) S 15915 15917 15644 0 -1 4194304 974 13003 0 1 3 1 148 8 16 0 1 0 38130139 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15917/statm: 3400 797 370 3 0 500 0
[pid=15930] ppid=15917 vsize=5356 CPUtime=0
/proc/15930/stat : 15930 (sh) S 15917 15917 15644 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38130307 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15930/statm: 1339 233 193 169 0 50 0
[pid=15931] ppid=15930 vsize=868544 CPUtime=160.34
/proc/15931/stat : 15931 (java) S 15930 15917 15644 0 -1 0 37821 0 1 0 14730 1304 0 0 18 0 9 0 38130307 889389056 19743 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15931/statm: 217136 19743 2565 9 0 211683 0
[pid=15931/tid=15932] ppid=15930 vsize=868544 CPUtime=153.36
/proc/15931/task/15932/stat : 15932 (java) R 15930 15917 15644 0 -1 64 14160 0 1 0 14119 1217 0 0 25 0 9 0 38130308 889389056 19743 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15931/tid=15933] ppid=15930 vsize=868544 CPUtime=6.66
/proc/15931/task/15933/stat : 15933 (java) S 15930 15917 15644 0 -1 64 21444 0 0 0 581 85 0 0 16 0 9 0 38130309 889389056 19743 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15931/tid=15934] ppid=15930 vsize=868544 CPUtime=0
/proc/15931/task/15934/stat : 15934 (java) S 15930 15917 15644 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38130309 889389056 19743 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15931/tid=15935] ppid=15930 vsize=868544 CPUtime=0
/proc/15931/task/15935/stat : 15935 (java) S 15930 15917 15644 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 38130309 889389056 19743 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15931/tid=15936] ppid=15930 vsize=868544 CPUtime=0
/proc/15931/task/15936/stat : 15936 (java) S 15930 15917 15644 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 38130311 889389056 19743 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15931/tid=15937] ppid=15930 vsize=868544 CPUtime=0.28
/proc/15931/task/15937/stat : 15937 (java) S 15930 15917 15644 0 -1 64 1520 0 0 0 28 0 0 0 16 0 9 0 38130311 889389056 19743 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15931/tid=15938] ppid=15930 vsize=868544 CPUtime=0
/proc/15931/task/15938/stat : 15938 (java) S 15930 15917 15644 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38130311 889389056 19743 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15931/tid=15939] ppid=15930 vsize=868544 CPUtime=0
/proc/15931/task/15939/stat : 15939 (java) S 15930 15917 15644 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38130311 889389056 19743 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.94
Current children cumulated vsize (KiB) 887500

[startup+172.708 s]
/proc/loadavg: 2.35 2.17 2.06 3/93 15978
/proc/meminfo: memFree=15360/2055920 swapFree=4192812/4192956
[pid=15917] ppid=15915 vsize=13600 CPUtime=1.6
/proc/15917/stat : 15917 (sugar) S 15915 15917 15644 0 -1 4194304 974 13003 0 1 3 1 148 8 16 0 1 0 38130139 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15917/statm: 3400 797 370 3 0 500 0
[pid=15930] ppid=15917 vsize=5356 CPUtime=0
/proc/15930/stat : 15930 (sh) S 15917 15917 15644 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38130307 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15930/statm: 1339 233 193 169 0 50 0
[pid=15931] ppid=15930 vsize=868544 CPUtime=166.56
/proc/15931/stat : 15931 (java) S 15930 15917 15644 0 -1 0 38260 0 1 0 15297 1359 0 0 18 0 9 0 38130307 889389056 19743 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15931/statm: 217136 19743 2565 9 0 211683 0
[pid=15931/tid=15932] ppid=15930 vsize=868544 CPUtime=159.37
/proc/15931/task/15932/stat : 15932 (java) R 15930 15917 15644 0 -1 64 14599 0 1 0 14667 1270 0 0 24 0 9 0 38130308 889389056 19743 996147200 134512640 134550740 4294955936 18446744073709551615 4127088234 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15931/tid=15933] ppid=15930 vsize=868544 CPUtime=6.86
/proc/15931/task/15933/stat : 15933 (java) S 15930 15917 15644 0 -1 64 21444 0 0 0 599 87 0 0 16 0 9 0 38130309 889389056 19743 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15931/tid=15934] ppid=15930 vsize=868544 CPUtime=0
/proc/15931/task/15934/stat : 15934 (java) S 15930 15917 15644 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38130309 889389056 19743 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15931/tid=15935] ppid=15930 vsize=868544 CPUtime=0
/proc/15931/task/15935/stat : 15935 (java) S 15930 15917 15644 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 38130309 889389056 19743 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15931/tid=15936] ppid=15930 vsize=868544 CPUtime=0
/proc/15931/task/15936/stat : 15936 (java) S 15930 15917 15644 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 38130311 889389056 19743 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15931/tid=15937] ppid=15930 vsize=868544 CPUtime=0.28
/proc/15931/task/15937/stat : 15937 (java) S 15930 15917 15644 0 -1 64 1520 0 0 0 28 0 0 0 16 0 9 0 38130311 889389056 19743 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15931/tid=15938] ppid=15930 vsize=868544 CPUtime=0
/proc/15931/task/15938/stat : 15938 (java) S 15930 15917 15644 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38130311 889389056 19743 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15931/tid=15939] ppid=15930 vsize=868544 CPUtime=0
/proc/15931/task/15939/stat : 15939 (java) S 15930 15917 15644 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38130311 889389056 19743 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 168.16
Current children cumulated vsize (KiB) 887500

[startup+175.901 s]
/proc/loadavg: 2.35 2.17 2.06 3/83 15978
/proc/meminfo: memFree=450768/2055920 swapFree=4192812/4192956
[pid=15917] ppid=15915 vsize=13600 CPUtime=170.61
/proc/15917/stat : 15917 (sugar) R 15915 15917 15644 0 -1 4194304 998 51721 0 2 3 18 15653 1387 16 0 1 0 38130139 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 234211742761 0 0 4224 16386 0 0 0 17 1 0 0
/proc/15917/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 170.61
Current children cumulated vsize (KiB) 13600

[startup+176.701 s]
/proc/loadavg: 2.35 2.17 2.06 3/83 15978
/proc/meminfo: memFree=450768/2055920 swapFree=4192812/4192956
[pid=15917] ppid=15915 vsize=13600 CPUtime=171.36
/proc/15917/stat : 15917 (sugar) D 15915 15917 15644 0 -1 4194304 998 51721 0 2 3 93 15653 1387 16 0 1 0 38130139 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 234211742761 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/15917/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 171.36
Current children cumulated vsize (KiB) 13600

[startup+177.106 s]
/proc/loadavg: 2.32 2.17 2.06 2/83 15978
/proc/meminfo: memFree=1901776/2055920 swapFree=4192812/4192956
[pid=15917] ppid=15915 vsize=13600 CPUtime=171.41
/proc/15917/stat : 15917 (sugar) D 15915 15917 15644 0 -1 4194304 998 51721 0 2 3 98 15653 1387 15 0 1 0 38130139 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 234211742761 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/15917/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 171.41
Current children cumulated vsize (KiB) 13600

[startup+177.301 s]
/proc/loadavg: 2.32 2.17 2.06 2/83 15978
/proc/meminfo: memFree=1901776/2055920 swapFree=4192812/4192956
[pid=15917] ppid=15915 vsize=13600 CPUtime=171.42
/proc/15917/stat : 15917 (sugar) D 15915 15917 15644 0 -1 4194304 998 51721 0 2 3 99 15653 1387 15 0 1 0 38130139 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 234211742761 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/15917/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 171.42
Current children cumulated vsize (KiB) 13600

[startup+177.401 s]
/proc/loadavg: 2.32 2.17 2.06 2/83 15978
/proc/meminfo: memFree=1901776/2055920 swapFree=4192812/4192956
[pid=15917] ppid=15915 vsize=13600 CPUtime=171.42
/proc/15917/stat : 15917 (sugar) D 15915 15917 15644 0 -1 4194304 998 51721 0 2 3 99 15653 1387 15 0 1 0 38130139 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 234211742761 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/15917/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 171.42
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 177.476
CPU time (s): 171.441
CPU user time (s): 156.571
CPU system time (s): 14.8697
CPU usage (%): 96.5993
Max. virtual memory (cumulated for all children) (KiB): 898640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 156.571
system time used= 14.8697
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52749
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= 86596
involuntary context switches= 91690

runsolver used 0.318951 second user time and 0.676897 second system time

The end

Launcher Data (download as text)

Begin job on node54 at 2008-07-12 00:11:45
IDJOB=1109954
IDBENCH=61041
IDSOLVER=368
FILE ID=node54/1109954-1215814305
PBS_JOBID= 7903304
Free space on /tmp= 65940 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/pseudo/uclid/normalized-elf-rf8.xml
COMMAND LINE= DIR/sugar -max -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1109954-1215814305/watcher-1109954-1215814305 -o /tmp/evaluation-result-1109954-1215814305/solver-1109954-1215814305 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1109954-1215814305.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2208aedfcbbfeeb4d777f5a8f393a505
RANDOM SEED=804785226

node54.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.235
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.235
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:        975784 kB
Buffers:         14204 kB
Cached:         657432 kB
SwapCached:          0 kB
Active:         987416 kB
Inactive:        30436 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        975784 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          206860 kB
Writeback:           0 kB
Mapped:         357268 kB
Slab:            46932 kB
Committed_AS:   470732 kB
PageTables:       2488 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= 66524 MiB
End job on node54 at 2008-07-12 00:14:43