Trace number 1109953

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? 175.749 181.623

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.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.08	c 0	BEGIN Sat Jul 12 00:11:36 2008
0.00/0.08	c 0	PID 13374
0.07/0.08	c 0	HOST node20.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-1109953-1215814296.xml TO HOME/temp.csp
0.07/0.09	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1109953-1215814296.xml' 'HOME/temp.csp'
1.55/1.69	c 2	3 domains, 6059 variables, 9 predicates, 0 relations, 16683 constraints
1.65/1.70	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.65/1.70	c 2	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'
1.65/1.78	c 2	Parsing HOME/temp.csp
2.03/2.12	c 2	parsed 10000 expressions
2.22/2.37	c 3	parsed 20000 expressions
2.42/2.52	c 3	parsed 22754 expressions
2.42/2.52	c 3	Heap : 8 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.62/2.70	c 3	MAX CSP: 16683 constraints
2.62/2.70	c 3	Converting to clausal form CSP
2.62/2.76	c 3	converted 3944 (10%) expressions
2.82/2.97	c 3	converted 7888 (20%) expressions
2.92/3.06	c 3	converted 11832 (30%) expressions
3.02/3.14	c 3	converted 15776 (40%) expressions
3.12/3.22	c 4	converted 19720 (50%) expressions
3.12/3.29	c 4	converted 23664 (60%) expressions
3.41/3.50	c 4	converted 27608 (70%) expressions
3.41/3.59	c 4	converted 31552 (80%) expressions
3.51/3.68	c 4	converted 35496 (90%) expressions
5.69/5.82	c 6	converted 39440 (100%) expressions
5.69/5.83	c 6	CSP : 45761 integers, 0 booleans, 62666 clauses, largest domain size 25025
5.69/5.83	c 6	Heap : 54 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.69/5.83	c 6	Propagation in CSP
6.48/6.67	c 7	16677 values, 0 unsatisfiable literals, and 0 valid clauses are removed
6.48/6.68	c 7	CSP : 45761 integers, 0 booleans, 62666 clauses, largest domain size 16684
6.48/6.68	c 7	Heap : 57 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.57/6.70	c 7	Simplifing CSP by introducing new Boolean variables
6.57/6.73	c 7	CSP : 45761 integers, 0 booleans, 62666 clauses, largest domain size 16684
6.57/6.73	c 7	Heap : 58 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.97/7.15	c 7	Encoding CSP to SAT : HOME/temp.cnf
6.97/7.19	c 8	4577 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
6.97/7.19	c 8	9153 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
7.06/7.20	c 8	13729 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
7.06/7.21	c 8	18305 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
7.06/7.24	c 8	22881 (50%) CSP integer variables are encoded (15241 clauses, 228679 bytes)
7.17/7.35	c 8	27457 (60%) CSP integer variables are encoded (103156 clauses, 1605699 bytes)
7.27/7.46	c 8	32033 (70%) CSP integer variables are encoded (180612 clauses, 2922451 bytes)
7.37/7.53	c 8	36609 (80%) CSP integer variables are encoded (230908 clauses, 3777483 bytes)
7.47/7.62	c 8	41185 (90%) CSP integer variables are encoded (288724 clauses, 4760355 bytes)
7.76/7.99	c 8	45761 (100%) CSP integer variables are encoded (570921 clauses, 9557704 bytes)
7.96/8.10	c 8	6267 (10%) CSP clauses are encoded (577188 clauses, 9676123 bytes)
7.96/8.17	c 9	12534 (20%) CSP clauses are encoded (583455 clauses, 9808027 bytes)
8.45/8.67	c 9	18800 (30%) CSP clauses are encoded (820736 clauses, 14654695 bytes)
9.54/9.70	c 10	25067 (40%) CSP clauses are encoded (1360873 clauses, 26025632 bytes)
10.90/11.18	c 12	31333 (50%) CSP clauses are encoded (2099073 clauses, 43458035 bytes)
21.33/21.72	c 22	37600 (60%) CSP clauses are encoded (7601361 clauses, 177745830 bytes)
52.72/54.20	c 55	43867 (70%) CSP clauses are encoded (23988241 clauses, 578612447 bytes)
145.05/149.25	c 150	50133 (80%) CSP clauses are encoded (73005309 clauses, 1778825051 bytes)
174.74/180.11	c 180	ERROR Exception Too large HOME/temp.cnf
174.74/180.11	c 180	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
174.74/180.11	c 180	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
174.74/180.11	c 180	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
174.74/180.11	s UNKNOWN
174.74/180.16	c 180	CPU 160.05 (0.07 0.01 159.98 14.72)
174.74/180.16	c 180	END Sat Jul 12 00:14:36 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-1109953-1215814296/watcher-1109953-1215814296 -o /tmp/evaluation-result-1109953-1215814296/solver-1109953-1215814296 -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-1109953-1215814296.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.28 2.22 2.09 4/74 13374
/proc/meminfo: memFree=1745640/2055920 swapFree=4181068/4192956
[pid=13374] ppid=13372 vsize=12000 CPUtime=0
/proc/13374/stat : 13374 (sugar++) R 13372 13374 12769 0 -1 4194304 189 0 0 0 0 0 0 0 20 0 1 0 38131832 12288000 157 996147200 4194304 4206940 548682068528 18446744073709551615 273952472032 0 0 4224 0 0 0 0 17 1 0 0
/proc/13374/statm: 3000 157 119 3 0 100 0

[startup+0.0880011 s]
/proc/loadavg: 2.28 2.22 2.09 4/74 13374
/proc/meminfo: memFree=1745640/2055920 swapFree=4181068/4192956
[pid=13374] ppid=13372 vsize=16740 CPUtime=0.07
/proc/13374/stat : 13374 (sugar++) S 13372 13374 12769 0 -1 4194304 1143 0 0 0 6 1 0 0 18 0 1 0 38131832 17141760 1099 996147200 4194304 4206940 548682068528 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13374/statm: 4185 1099 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.101929 s]
/proc/loadavg: 2.28 2.22 2.09 4/74 13374
/proc/meminfo: memFree=1745640/2055920 swapFree=4181068/4192956
[pid=13374] ppid=13372 vsize=16740 CPUtime=0.07
/proc/13374/stat : 13374 (sugar++) S 13372 13374 12769 0 -1 4194304 1219 128 0 0 6 1 0 0 19 0 1 0 38131832 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13374/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.301954 s]
/proc/loadavg: 2.28 2.22 2.09 4/74 13374
/proc/meminfo: memFree=1745640/2055920 swapFree=4181068/4192956
[pid=13374] ppid=13372 vsize=16740 CPUtime=0.07
/proc/13374/stat : 13374 (sugar++) S 13372 13374 12769 0 -1 4194304 1219 128 0 0 6 1 0 0 19 0 1 0 38131832 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13374/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.701036 s]
/proc/loadavg: 2.28 2.22 2.09 4/74 13374
/proc/meminfo: memFree=1745640/2055920 swapFree=4181068/4192956
[pid=13374] ppid=13372 vsize=16740 CPUtime=0.07
/proc/13374/stat : 13374 (sugar++) S 13372 13374 12769 0 -1 4194304 1219 128 0 0 6 1 0 0 19 0 1 0 38131832 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13374/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+1.5022 s]
/proc/loadavg: 2.33 2.23 2.09 4/85 13386
/proc/meminfo: memFree=1720720/2055920 swapFree=4181068/4192956
[pid=13374] ppid=13372 vsize=16740 CPUtime=0.07
/proc/13374/stat : 13374 (sugar++) S 13372 13374 12769 0 -1 4194304 1219 128 0 0 6 1 0 0 19 0 1 0 38131832 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13374/statm: 4185 1104 409 3 0 764 0
[pid=13377] ppid=13374 vsize=5356 CPUtime=0
/proc/13377/stat : 13377 (sh) S 13374 13374 12769 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 38131841 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13377/statm: 1339 233 193 169 0 50 0
[pid=13378] ppid=13377 vsize=864672 CPUtime=1.39
/proc/13378/stat : 13378 (java) S 13377 13374 12769 0 -1 0 12423 0 1 0 131 8 0 0 18 0 9 0 38131841 885424128 10466 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13378/statm: 216168 10466 2529 9 0 210750 0
[pid=13378/tid=13379] ppid=13377 vsize=864672 CPUtime=0.76
/proc/13378/task/13379/stat : 13379 (java) R 13377 13374 12769 0 -1 64 2981 0 1 0 73 3 0 0 23 0 9 0 38131842 885424128 10466 996147200 134512640 134550740 4294956000 18446744073709551615 4125979679 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13378/tid=13380] ppid=13377 vsize=864672 CPUtime=0.46
/proc/13378/task/13380/stat : 13380 (java) S 13377 13374 12769 0 -1 64 8225 0 0 0 43 3 0 0 17 0 9 0 38131843 885424128 10466 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13378/tid=13381] ppid=13377 vsize=864672 CPUtime=0
/proc/13378/task/13381/stat : 13381 (java) S 13377 13374 12769 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 38131844 885424128 10466 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13378/tid=13382] ppid=13377 vsize=864672 CPUtime=0
/proc/13378/task/13382/stat : 13382 (java) S 13377 13374 12769 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 38131844 885424128 10466 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13378/tid=13383] ppid=13377 vsize=864672 CPUtime=0
/proc/13378/task/13383/stat : 13383 (java) S 13377 13374 12769 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 38131846 885424128 10466 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13378/tid=13384] ppid=13377 vsize=864672 CPUtime=0.14
/proc/13378/task/13384/stat : 13384 (java) S 13377 13374 12769 0 -1 64 517 0 0 0 14 0 0 0 16 0 9 0 38131846 885424128 10466 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13378/tid=13385] ppid=13377 vsize=864672 CPUtime=0
/proc/13378/task/13385/stat : 13385 (java) S 13377 13374 12769 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38131846 885424128 10466 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13378/tid=13386] ppid=13377 vsize=864672 CPUtime=0
/proc/13378/task/13386/stat : 13386 (java) S 13377 13374 12769 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38131846 885424128 10466 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) 886768

[startup+3.10251 s]
/proc/loadavg: 2.33 2.23 2.09 3/85 13396
/proc/meminfo: memFree=1733136/2055920 swapFree=4181068/4192956
[pid=13374] ppid=13372 vsize=16740 CPUtime=1.65
/proc/13374/stat : 13374 (sugar++) S 13372 13374 12769 0 -1 4194304 1297 13005 0 1 6 1 149 9 15 0 1 0 38131832 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13374/statm: 4185 1104 409 3 0 764 0
[pid=13387] ppid=13374 vsize=5356 CPUtime=0
/proc/13387/stat : 13387 (sh) S 13374 13374 12769 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38132002 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13387/statm: 1339 233 193 169 0 50 0
[pid=13388] ppid=13387 vsize=868432 CPUtime=1.37
/proc/13388/stat : 13388 (java) S 13387 13374 12769 0 -1 0 10568 0 1 0 130 7 0 0 18 0 9 0 38132002 889274368 9393 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13388/statm: 217108 9393 2543 9 0 211683 0
[pid=13388/tid=13389] ppid=13387 vsize=868432 CPUtime=0.76
/proc/13388/task/13389/stat : 13389 (java) R 13387 13374 12769 0 -1 64 2754 0 1 0 75 1 0 0 25 0 9 0 38132003 889274368 9393 996147200 134512640 134550740 4294955920 18446744073709551615 4126474152 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13388/tid=13390] ppid=13387 vsize=868432 CPUtime=0.38
/proc/13388/task/13390/stat : 13390 (java) S 13387 13374 12769 0 -1 64 5645 0 0 0 34 4 0 0 16 0 9 0 38132005 889274368 9393 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13388/tid=13391] ppid=13387 vsize=868432 CPUtime=0
/proc/13388/task/13391/stat : 13391 (java) S 13387 13374 12769 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38132005 889274368 9393 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13388/tid=13392] ppid=13387 vsize=868432 CPUtime=0
/proc/13388/task/13392/stat : 13392 (java) S 13387 13374 12769 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 38132005 889274368 9393 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13388/tid=13393] ppid=13387 vsize=868432 CPUtime=0
/proc/13388/task/13393/stat : 13393 (java) S 13387 13374 12769 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38132007 889274368 9393 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13388/tid=13394] ppid=13387 vsize=868432 CPUtime=0.21
/proc/13388/task/13394/stat : 13394 (java) S 13387 13374 12769 0 -1 64 1473 0 0 0 20 1 0 0 16 0 9 0 38132007 889274368 9393 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13388/tid=13395] ppid=13387 vsize=868432 CPUtime=0
/proc/13388/task/13395/stat : 13395 (java) S 13387 13374 12769 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 38132007 889274368 9393 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13388/tid=13396] ppid=13387 vsize=868432 CPUtime=0
/proc/13388/task/13396/stat : 13396 (java) S 13387 13374 12769 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 38132007 889274368 9393 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 890528

[startup+6.30114 s]
/proc/loadavg: 2.33 2.23 2.09 3/85 13396
/proc/meminfo: memFree=1680912/2055920 swapFree=4181068/4192956
[pid=13374] ppid=13372 vsize=16740 CPUtime=1.65
/proc/13374/stat : 13374 (sugar++) S 13372 13374 12769 0 -1 4194304 1297 13005 0 1 6 1 149 9 16 0 1 0 38131832 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13374/statm: 4185 1104 409 3 0 764 0
[pid=13387] ppid=13374 vsize=5356 CPUtime=0
/proc/13387/stat : 13387 (sh) S 13374 13374 12769 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38132002 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13387/statm: 1339 233 193 169 0 50 0
[pid=13388] ppid=13387 vsize=868432 CPUtime=4.53
/proc/13388/stat : 13388 (java) S 13387 13374 12769 0 -1 0 21328 0 1 0 439 14 0 0 18 0 9 0 38132002 889274368 19654 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13388/statm: 217108 19654 2541 9 0 211683 0
[pid=13388/tid=13389] ppid=13387 vsize=868432 CPUtime=2.95
/proc/13388/task/13389/stat : 13389 (java) R 13387 13374 12769 0 -1 64 3225 0 1 0 293 2 0 0 25 0 9 0 38132003 889274368 19654 996147200 134512640 134550740 4294955920 18446744073709551615 4126995375 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13388/tid=13390] ppid=13387 vsize=868432 CPUtime=1.3
/proc/13388/task/13390/stat : 13390 (java) S 13387 13374 12769 0 -1 64 15916 0 0 0 121 9 0 0 16 0 9 0 38132005 889274368 19654 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13388/tid=13391] ppid=13387 vsize=868432 CPUtime=0
/proc/13388/task/13391/stat : 13391 (java) S 13387 13374 12769 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38132005 889274368 19654 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13388/tid=13392] ppid=13387 vsize=868432 CPUtime=0
/proc/13388/task/13392/stat : 13392 (java) S 13387 13374 12769 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 38132005 889274368 19654 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13388/tid=13393] ppid=13387 vsize=868432 CPUtime=0
/proc/13388/task/13393/stat : 13393 (java) S 13387 13374 12769 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38132007 889274368 19654 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13388/tid=13394] ppid=13387 vsize=868432 CPUtime=0.24
/proc/13388/task/13394/stat : 13394 (java) S 13387 13374 12769 0 -1 64 1491 0 0 0 23 1 0 0 16 0 9 0 38132007 889274368 19654 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13388/tid=13395] ppid=13387 vsize=868432 CPUtime=0
/proc/13388/task/13395/stat : 13395 (java) S 13387 13374 12769 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 38132007 889274368 19654 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13388/tid=13396] ppid=13387 vsize=868432 CPUtime=0
/proc/13388/task/13396/stat : 13396 (java) S 13387 13374 12769 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 38132007 889274368 19654 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 890528

[startup+12.7024 s]
/proc/loadavg: 2.51 2.28 2.11 3/85 13396
/proc/meminfo: memFree=1616976/2055920 swapFree=4181068/4192956
[pid=13374] ppid=13372 vsize=16740 CPUtime=1.65
/proc/13374/stat : 13374 (sugar++) S 13372 13374 12769 0 -1 4194304 1297 13005 0 1 6 1 149 9 16 0 1 0 38131832 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13374/statm: 4185 1104 409 3 0 764 0
[pid=13387] ppid=13374 vsize=5356 CPUtime=0
/proc/13387/stat : 13387 (sh) S 13374 13374 12769 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38132002 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13387/statm: 1339 233 193 169 0 50 0
[pid=13388] ppid=13387 vsize=868544 CPUtime=10.84
/proc/13388/stat : 13388 (java) S 13387 13374 12769 0 -1 0 27298 0 1 0 1023 61 0 0 18 0 9 0 38132002 889389056 19748 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13388/statm: 217136 19748 2565 9 0 211683 0
[pid=13388/tid=13389] ppid=13387 vsize=868544 CPUtime=8.61
/proc/13388/task/13389/stat : 13389 (java) R 13387 13374 12769 0 -1 64 3635 0 1 0 818 43 0 0 25 0 9 0 38132003 889389056 19748 996147200 134512640 134550740 4294955920 18446744073709551615 102064721 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13388/tid=13390] ppid=13387 vsize=868544 CPUtime=1.9
/proc/13388/task/13390/stat : 13390 (java) S 13387 13374 12769 0 -1 64 21441 0 0 0 175 15 0 0 16 0 9 0 38132005 889389056 19748 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13388/tid=13391] ppid=13387 vsize=868544 CPUtime=0
/proc/13388/task/13391/stat : 13391 (java) S 13387 13374 12769 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38132005 889389056 19748 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13388/tid=13392] ppid=13387 vsize=868544 CPUtime=0
/proc/13388/task/13392/stat : 13392 (java) S 13387 13374 12769 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 38132005 889389056 19748 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13388/tid=13393] ppid=13387 vsize=868544 CPUtime=0
/proc/13388/task/13393/stat : 13393 (java) S 13387 13374 12769 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38132007 889389056 19748 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13388/tid=13394] ppid=13387 vsize=868544 CPUtime=0.3
/proc/13388/task/13394/stat : 13394 (java) S 13387 13374 12769 0 -1 64 1526 0 0 0 29 1 0 0 16 0 9 0 38132007 889389056 19748 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13388/tid=13395] ppid=13387 vsize=868544 CPUtime=0
/proc/13388/task/13395/stat : 13395 (java) S 13387 13374 12769 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 38132007 889389056 19748 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13388/tid=13396] ppid=13387 vsize=868544 CPUtime=0
/proc/13388/task/13396/stat : 13396 (java) S 13387 13374 12769 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 38132007 889389056 19748 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 890640

[startup+25.5019 s]
/proc/loadavg: 2.74 2.33 2.13 3/85 13396
/proc/meminfo: memFree=1446928/2055920 swapFree=4181068/4192956
[pid=13374] ppid=13372 vsize=16740 CPUtime=1.65
/proc/13374/stat : 13374 (sugar++) S 13372 13374 12769 0 -1 4194304 1297 13005 0 1 6 1 149 9 16 0 1 0 38131832 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13374/statm: 4185 1104 409 3 0 764 0
[pid=13387] ppid=13374 vsize=5356 CPUtime=0
/proc/13387/stat : 13387 (sh) S 13374 13374 12769 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38132002 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13387/statm: 1339 233 193 169 0 50 0
[pid=13388] ppid=13387 vsize=868544 CPUtime=23.43
/proc/13388/stat : 13388 (java) S 13387 13374 12769 0 -1 0 28152 0 1 0 2177 166 0 0 18 0 9 0 38132002 889389056 19748 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13388/statm: 217136 19748 2565 9 0 211683 0
[pid=13388/tid=13389] ppid=13387 vsize=868544 CPUtime=20.78
/proc/13388/task/13389/stat : 13389 (java) R 13387 13374 12769 0 -1 64 4489 0 1 0 1936 142 0 0 25 0 9 0 38132003 889389056 19748 996147200 134512640 134550740 4294955920 18446744073709551615 4126568898 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13388/tid=13390] ppid=13387 vsize=868544 CPUtime=2.32
/proc/13388/task/13390/stat : 13390 (java) S 13387 13374 12769 0 -1 64 21441 0 0 0 211 21 0 0 16 0 9 0 38132005 889389056 19748 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13388/tid=13391] ppid=13387 vsize=868544 CPUtime=0
/proc/13388/task/13391/stat : 13391 (java) S 13387 13374 12769 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38132005 889389056 19748 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13388/tid=13392] ppid=13387 vsize=868544 CPUtime=0
/proc/13388/task/13392/stat : 13392 (java) S 13387 13374 12769 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 38132005 889389056 19748 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/13388/task/13389/stat : 13389 (java) R 13387 13374 12769 0 -1 64 13568 0 1 0 13647 1230 0 0 25 0 9 0 38132003 889389056 19748 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13388/tid=13390] ppid=13387 vsize=868544 CPUtime=6.96
/proc/13388/task/13390/stat : 13390 (java) S 13387 13374 12769 0 -1 64 21441 0 0 0 609 87 0 0 16 0 9 0 38132005 889389056 19748 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13388/tid=13391] ppid=13387 vsize=868544 CPUtime=0
/proc/13388/task/13391/stat : 13391 (java) S 13387 13374 12769 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38132005 889389056 19748 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13388/tid=13392] ppid=13387 vsize=868544 CPUtime=0
/proc/13388/task/13392/stat : 13392 (java) S 13387 13374 12769 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 38132005 889389056 19748 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13388/tid=13393] ppid=13387 vsize=868544 CPUtime=0
/proc/13388/task/13393/stat : 13393 (java) S 13387 13374 12769 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38132007 889389056 19748 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13388/tid=13394] ppid=13387 vsize=868544 CPUtime=0.3
/proc/13388/task/13394/stat : 13394 (java) S 13387 13374 12769 0 -1 64 1526 0 0 0 29 1 0 0 16 0 9 0 38132007 889389056 19748 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13388/tid=13395] ppid=13387 vsize=868544 CPUtime=0
/proc/13388/task/13395/stat : 13395 (java) S 13387 13374 12769 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 38132007 889389056 19748 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13388/tid=13396] ppid=13387 vsize=868544 CPUtime=0
/proc/13388/task/13396/stat : 13396 (java) S 13387 13374 12769 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 38132007 889389056 19748 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 157.71
Current children cumulated vsize (KiB) 890640

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

[startup+166.402 s]
/proc/loadavg: 2.66 2.46 2.20 3/85 13396
/proc/meminfo: memFree=16272/2055920 swapFree=4181068/4192956
[pid=13374] ppid=13372 vsize=16740 CPUtime=1.66
/proc/13374/stat : 13374 (sugar++) S 13372 13374 12769 0 -1 4194304 1297 13005 0 1 7 1 149 9 16 0 1 0 38131832 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13374/statm: 4185 1104 409 3 0 764 0
[pid=13387] ppid=13374 vsize=5356 CPUtime=0
/proc/13387/stat : 13387 (sh) S 13374 13374 12769 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38132002 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13387/statm: 1339 233 193 169 0 50 0
[pid=13388] ppid=13387 vsize=868544 CPUtime=160.06
/proc/13388/stat : 13388 (java) S 13387 13374 12769 0 -1 0 37512 0 1 0 14653 1353 0 0 18 0 9 0 38132002 889389056 19748 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13388/statm: 217136 19748 2565 9 0 211683 0
[pid=13388/tid=13389] ppid=13387 vsize=868544 CPUtime=152.64
/proc/13388/task/13389/stat : 13389 (java) R 13387 13374 12769 0 -1 64 13849 0 1 0 14002 1262 0 0 25 0 9 0 38132003 889389056 19748 996147200 134512640 134550740 4294955920 18446744073709551615 4127114787 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13388/tid=13390] ppid=13387 vsize=868544 CPUtime=7.08
/proc/13388/task/13390/stat : 13390 (java) S 13387 13374 12769 0 -1 64 21441 0 0 0 620 88 0 0 16 0 9 0 38132005 889389056 19748 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13388/tid=13391] ppid=13387 vsize=868544 CPUtime=0
/proc/13388/task/13391/stat : 13391 (java) S 13387 13374 12769 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38132005 889389056 19748 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13388/tid=13392] ppid=13387 vsize=868544 CPUtime=0
/proc/13388/task/13392/stat : 13392 (java) S 13387 13374 12769 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 38132005 889389056 19748 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13388/tid=13393] ppid=13387 vsize=868544 CPUtime=0
/proc/13388/task/13393/stat : 13393 (java) S 13387 13374 12769 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38132007 889389056 19748 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13388/tid=13394] ppid=13387 vsize=868544 CPUtime=0.3
/proc/13388/task/13394/stat : 13394 (java) S 13387 13374 12769 0 -1 64 1526 0 0 0 29 1 0 0 16 0 9 0 38132007 889389056 19748 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13388/tid=13395] ppid=13387 vsize=868544 CPUtime=0
/proc/13388/task/13395/stat : 13395 (java) S 13387 13374 12769 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 38132007 889389056 19748 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13388/tid=13396] ppid=13387 vsize=868544 CPUtime=0
/proc/13388/task/13396/stat : 13396 (java) S 13387 13374 12769 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 38132007 889389056 19748 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.72
Current children cumulated vsize (KiB) 890640

[startup+172.808 s]
/proc/loadavg: 2.69 2.47 2.21 3/85 13396
/proc/meminfo: memFree=15312/2055920 swapFree=4181068/4192956
[pid=13374] ppid=13372 vsize=16740 CPUtime=1.66
/proc/13374/stat : 13374 (sugar++) S 13372 13374 12769 0 -1 4194304 1297 13005 0 1 7 1 149 9 16 0 1 0 38131832 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13374/statm: 4185 1104 409 3 0 764 0
[pid=13387] ppid=13374 vsize=5356 CPUtime=0
/proc/13387/stat : 13387 (sh) S 13374 13374 12769 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38132002 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13387/statm: 1339 233 193 169 0 50 0
[pid=13388] ppid=13387 vsize=868544 CPUtime=166.14
/proc/13388/stat : 13388 (java) S 13387 13374 12769 0 -1 0 37938 0 1 0 15212 1402 0 0 18 0 9 0 38132002 889389056 19748 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13388/statm: 217136 19748 2565 9 0 211683 0
[pid=13388/tid=13389] ppid=13387 vsize=868544 CPUtime=158.51
/proc/13388/task/13389/stat : 13389 (java) R 13387 13374 12769 0 -1 64 14275 0 1 0 14542 1309 0 0 25 0 9 0 38132003 889389056 19748 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13388/tid=13390] ppid=13387 vsize=868544 CPUtime=7.3
/proc/13388/task/13390/stat : 13390 (java) S 13387 13374 12769 0 -1 64 21441 0 0 0 640 90 0 0 16 0 9 0 38132005 889389056 19748 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13388/tid=13391] ppid=13387 vsize=868544 CPUtime=0
/proc/13388/task/13391/stat : 13391 (java) S 13387 13374 12769 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38132005 889389056 19748 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13388/tid=13392] ppid=13387 vsize=868544 CPUtime=0
/proc/13388/task/13392/stat : 13392 (java) S 13387 13374 12769 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 38132005 889389056 19748 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13388/tid=13393] ppid=13387 vsize=868544 CPUtime=0
/proc/13388/task/13393/stat : 13393 (java) S 13387 13374 12769 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38132007 889389056 19748 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13388/tid=13394] ppid=13387 vsize=868544 CPUtime=0.3
/proc/13388/task/13394/stat : 13394 (java) S 13387 13374 12769 0 -1 64 1526 0 0 0 29 1 0 0 16 0 9 0 38132007 889389056 19748 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13388/tid=13395] ppid=13387 vsize=868544 CPUtime=0
/proc/13388/task/13395/stat : 13395 (java) S 13387 13374 12769 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 38132007 889389056 19748 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13388/tid=13396] ppid=13387 vsize=868544 CPUtime=0
/proc/13388/task/13396/stat : 13396 (java) S 13387 13374 12769 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 38132007 889389056 19748 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 167.8
Current children cumulated vsize (KiB) 890640

[startup+176.002 s]
/proc/loadavg: 2.71 2.48 2.21 3/85 13396
/proc/meminfo: memFree=15888/2055920 swapFree=4181068/4192956
[pid=13374] ppid=13372 vsize=16740 CPUtime=1.66
/proc/13374/stat : 13374 (sugar++) S 13372 13374 12769 0 -1 4194304 1297 13005 0 1 7 1 149 9 16 0 1 0 38131832 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13374/statm: 4185 1104 409 3 0 764 0
[pid=13387] ppid=13374 vsize=5356 CPUtime=0
/proc/13387/stat : 13387 (sh) S 13374 13374 12769 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38132002 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13387/statm: 1339 233 193 169 0 50 0
[pid=13388] ppid=13387 vsize=868544 CPUtime=169.28
/proc/13388/stat : 13388 (java) S 13387 13374 12769 0 -1 0 38157 0 1 0 15499 1429 0 0 18 0 9 0 38132002 889389056 19748 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13388/statm: 217136 19748 2565 9 0 211683 0
[pid=13388/tid=13389] ppid=13387 vsize=868544 CPUtime=161.54
/proc/13388/task/13389/stat : 13389 (java) R 13387 13374 12769 0 -1 64 14494 0 1 0 14820 1334 0 0 25 0 9 0 38132003 889389056 19748 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13388/tid=13390] ppid=13387 vsize=868544 CPUtime=7.4
/proc/13388/task/13390/stat : 13390 (java) S 13387 13374 12769 0 -1 64 21441 0 0 0 649 91 0 0 16 0 9 0 38132005 889389056 19748 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13388/tid=13391] ppid=13387 vsize=868544 CPUtime=0
/proc/13388/task/13391/stat : 13391 (java) S 13387 13374 12769 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38132005 889389056 19748 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13388/tid=13392] ppid=13387 vsize=868544 CPUtime=0
/proc/13388/task/13392/stat : 13392 (java) S 13387 13374 12769 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 38132005 889389056 19748 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13388/tid=13393] ppid=13387 vsize=868544 CPUtime=0
/proc/13388/task/13393/stat : 13393 (java) S 13387 13374 12769 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38132007 889389056 19748 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13388/tid=13394] ppid=13387 vsize=868544 CPUtime=0.3
/proc/13388/task/13394/stat : 13394 (java) S 13387 13374 12769 0 -1 64 1526 0 0 0 29 1 0 0 16 0 9 0 38132007 889389056 19748 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13388/tid=13395] ppid=13387 vsize=868544 CPUtime=0
/proc/13388/task/13395/stat : 13395 (java) S 13387 13374 12769 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 38132007 889389056 19748 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13388/tid=13396] ppid=13387 vsize=868544 CPUtime=0
/proc/13388/task/13396/stat : 13396 (java) S 13387 13374 12769 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 38132007 889389056 19748 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 170.94
Current children cumulated vsize (KiB) 890640

[startup+179.202 s]
/proc/loadavg: 2.71 2.48 2.21 3/85 13396
/proc/meminfo: memFree=15376/2055920 swapFree=4181068/4192956
[pid=13374] ppid=13372 vsize=16740 CPUtime=1.66
/proc/13374/stat : 13374 (sugar++) S 13372 13374 12769 0 -1 4194304 1297 13005 0 1 7 1 149 9 16 0 1 0 38131832 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13374/statm: 4185 1104 409 3 0 764 0
[pid=13387] ppid=13374 vsize=5356 CPUtime=0
/proc/13387/stat : 13387 (sh) S 13374 13374 12769 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38132002 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13387/statm: 1339 233 193 169 0 50 0
[pid=13388] ppid=13387 vsize=868544 CPUtime=172.21
/proc/13388/stat : 13388 (java) S 13387 13374 12769 0 -1 0 38360 0 1 0 15767 1454 0 0 18 0 9 0 38132002 889389056 19748 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13388/statm: 217136 19748 2565 9 0 211683 0
[pid=13388/tid=13389] ppid=13387 vsize=868544 CPUtime=164.37
/proc/13388/task/13389/stat : 13389 (java) R 13387 13374 12769 0 -1 64 14697 0 1 0 15079 1358 0 0 25 0 9 0 38132003 889389056 19748 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13388/tid=13390] ppid=13387 vsize=868544 CPUtime=7.5
/proc/13388/task/13390/stat : 13390 (java) S 13387 13374 12769 0 -1 64 21441 0 0 0 657 93 0 0 16 0 9 0 38132005 889389056 19748 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13388/tid=13391] ppid=13387 vsize=868544 CPUtime=0
/proc/13388/task/13391/stat : 13391 (java) S 13387 13374 12769 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38132005 889389056 19748 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13388/tid=13392] ppid=13387 vsize=868544 CPUtime=0
/proc/13388/task/13392/stat : 13392 (java) S 13387 13374 12769 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 38132005 889389056 19748 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13388/tid=13393] ppid=13387 vsize=868544 CPUtime=0
/proc/13388/task/13393/stat : 13393 (java) S 13387 13374 12769 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38132007 889389056 19748 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13388/tid=13394] ppid=13387 vsize=868544 CPUtime=0.3
/proc/13388/task/13394/stat : 13394 (java) S 13387 13374 12769 0 -1 64 1526 0 0 0 29 1 0 0 16 0 9 0 38132007 889389056 19748 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13388/tid=13395] ppid=13387 vsize=868544 CPUtime=0
/proc/13388/task/13395/stat : 13395 (java) S 13387 13374 12769 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 38132007 889389056 19748 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13388/tid=13396] ppid=13387 vsize=868544 CPUtime=0
/proc/13388/task/13396/stat : 13396 (java) S 13387 13374 12769 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 38132007 889389056 19748 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 173.87
Current children cumulated vsize (KiB) 890640

[startup+180.801 s]
/proc/loadavg: 2.71 2.48 2.21 3/75 13396
/proc/meminfo: memFree=559520/2055920 swapFree=4181068/4192956
[pid=13374] ppid=13372 vsize=16740 CPUtime=175.39
/proc/13374/stat : 13374 (sugar++) R 13372 13374 12769 0 -1 4194304 1320 51725 0 2 7 62 15998 1472 17 0 1 0 38131832 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 273952773161 0 0 4224 16386 0 0 0 17 1 0 0
/proc/13374/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 175.39
Current children cumulated vsize (KiB) 16740

[startup+181.201 s]
/proc/loadavg: 2.71 2.48 2.21 3/75 13396
/proc/meminfo: memFree=559520/2055920 swapFree=4181068/4192956
[pid=13374] ppid=13372 vsize=16740 CPUtime=175.69
/proc/13374/stat : 13374 (sugar++) D 13372 13374 12769 0 -1 4194304 1320 51725 0 2 7 92 15998 1472 16 0 1 0 38131832 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 273952773161 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/13374/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 175.69
Current children cumulated vsize (KiB) 16740

[startup+181.606 s]
/proc/loadavg: 2.65 2.47 2.21 2/75 13396
/proc/meminfo: memFree=1785440/2055920 swapFree=4181068/4192956
[pid=13374] ppid=13372 vsize=16740 CPUtime=175.73
/proc/13374/stat : 13374 (sugar++) D 13372 13374 12769 0 -1 4194304 1320 51725 0 2 7 96 15998 1472 15 0 1 0 38131832 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 273952773161 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/13374/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 175.73
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 181.623
CPU time (s): 175.749
CPU user time (s): 160.059
CPU system time (s): 15.6906
CPU usage (%): 96.7659
Max. virtual memory (cumulated for all children) (KiB): 901780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 160.059
system time used= 15.6906
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53101
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= 87386
involuntary context switches= 91537

runsolver used 0.276957 second user time and 0.6559 second system time

The end

Launcher Data (download as text)

Begin job on node20 at 2008-07-12 00:11:36
IDJOB=1109953
IDBENCH=61041
IDSOLVER=367
FILE ID=node20/1109953-1215814296
PBS_JOBID= 7903262
Free space on /tmp= 66496 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/pseudo/uclid/normalized-elf-rf8.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-1109953-1215814296/watcher-1109953-1215814296 -o /tmp/evaluation-result-1109953-1215814296/solver-1109953-1215814296 -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-1109953-1215814296.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2208aedfcbbfeeb4d777f5a8f393a505
RANDOM SEED=1425825404

node20.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.263
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.263
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:       1746120 kB
Buffers:         24236 kB
Cached:          62540 kB
SwapCached:       5432 kB
Active:         215088 kB
Inactive:        41992 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1746120 kB
SwapTotal:     4192956 kB
SwapFree:      4181068 kB
Dirty:            3788 kB
Writeback:           0 kB
Mapped:         177604 kB
Slab:            37752 kB
Committed_AS:   281312 kB
PageTables:       2200 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66496 MiB
End job on node20 at 2008-07-12 00:14:38