Trace number 1126131

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar++ v1.13+minisat-inc? 325.615 334.876

General information on the benchmark

Namemaxcsp/maxclique/
normalized-san-400-0.7-3_ext.xml
MD5SUM2f54bc61aabbc3206d9bb8cef91867d1
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints386
Best CPU time to get the best result obtained on this benchmark1660.79
Satisfiable
(Un)Satisfiability was proved
Number of variables401
Number of constraints24340
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension24340
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05/0.31	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.05/0.32	c 0	BEGIN Wed Jul 16 05:13:44 2008
0.05/0.32	c 0	PID 31826
0.05/0.35	c 0	HOST node52.alineos.net
0.05/0.35	c 0	CONVERTING HOME/instance-1126131-1216178023.xml TO HOME/temp.csp
0.05/0.35	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1126131-1216178023.xml' 'HOME/temp.csp'
1.04/1.86	c 1	2 domains, 401 variables, 0 predicates, 2 relations, 24340 constraints
1.04/1.87	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.04/1.87	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.11/1.95	c 1	Parsing HOME/temp.csp
1.42/2.27	c 2	parsed 10000 expressions
1.62/2.47	c 2	parsed 20000 expressions
1.72/2.55	c 2	parsed 24745 expressions
1.72/2.55	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.01/2.82	c 2	MAX CSP: 24340 constraints
2.01/2.82	c 2	Converting to clausal form CSP
2.21/3.09	c 2	converted 4909 (10%) expressions
2.31/3.15	c 3	converted 9818 (20%) expressions
2.41/3.23	c 3	converted 14727 (30%) expressions
2.61/3.42	c 3	converted 19636 (40%) expressions
2.61/3.47	c 3	converted 24544 (50%) expressions
2.70/3.53	c 3	converted 29453 (60%) expressions
2.70/3.59	c 3	converted 34362 (70%) expressions
2.80/3.64	c 3	converted 39271 (80%) expressions
2.90/3.70	c 3	converted 44180 (90%) expressions
5.49/6.38	c 6	converted 49088 (100%) expressions
5.49/6.39	c 6	CSP : 49081 integers, 0 booleans, 73019 clauses, largest domain size 36511
5.49/6.39	c 6	Heap : 67 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.49/6.39	c 6	Propagation in CSP
6.38/7.26	c 7	24332 values, 0 unsatisfiable literals, and 0 valid clauses are removed
6.38/7.27	c 7	CSP : 49081 integers, 0 booleans, 73019 clauses, largest domain size 24341
6.38/7.27	c 7	Heap : 65 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.38/7.30	c 7	Simplifing CSP by introducing new Boolean variables
6.48/7.33	c 7	CSP : 49081 integers, 0 booleans, 73019 clauses, largest domain size 24341
6.48/7.33	c 7	Heap : 70 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.89/7.75	c 7	Encoding CSP to SAT : HOME/temp.cnf
6.89/7.79	c 7	4909 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
6.98/7.80	c 7	9817 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
6.98/7.81	c 7	14725 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
6.98/7.81	c 7	19633 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
6.98/7.82	c 7	24541 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
7.38/8.24	c 8	29449 (60%) CSP integer variables are encoded (336922 clauses, 5585003 bytes)
7.48/8.37	c 8	34357 (70%) CSP integer variables are encoded (435425 clauses, 7259554 bytes)
7.58/8.48	c 8	39265 (80%) CSP integer variables are encoded (516363 clauses, 8635500 bytes)
7.68/8.56	c 8	44173 (90%) CSP integer variables are encoded (575309 clauses, 9637582 bytes)
7.77/8.65	c 8	49081 (100%) CSP integer variables are encoded (648761 clauses, 10886266 bytes)
7.98/8.86	c 8	7302 (10%) CSP clauses are encoded (656063 clauses, 10992627 bytes)
8.07/8.99	c 8	14604 (20%) CSP clauses are encoded (663365 clauses, 11110810 bytes)
8.27/9.14	c 9	21906 (30%) CSP clauses are encoded (670667 clauses, 11234560 bytes)
13.52/14.48	c 14	29208 (40%) CSP clauses are encoded (3626769 clauses, 74456438 bytes)
324.48/331.83	c 331	ERROR Exception Too large HOME/temp.cnf
324.52/331.94	c 331	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
324.52/331.94	c 331	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
324.52/331.94	c 331	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
324.52/331.94	s UNKNOWN
324.52/332.02	c 331	CPU 305.66 (0.05 0.03 305.61 18.86)
324.52/332.02	c 331	END Wed Jul 16 05:19:15 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-1126131-1216178023/watcher-1126131-1216178023 -o /tmp/evaluation-result-1126131-1216178023/solver-1126131-1216178023 -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-1126131-1216178023.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: 3.01 2.63 2.59 4/81 31826
/proc/meminfo: memFree=1927616/2055920 swapFree=4192812/4192956
[pid=31826] ppid=31824 vsize=18572 CPUtime=0
/proc/31826/stat : 31826 (runsolver) R 31824 31826 31741 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 74501201 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 273653755175 0 0 4096 24578 0 0 0 17 1 0 0
/proc/31826/statm: 4643 292 257 25 0 2626 0

[startup+0.088284 s]
/proc/loadavg: 3.01 2.63 2.59 4/81 31826
/proc/meminfo: memFree=1927616/2055920 swapFree=4192812/4192956
[pid=31826] ppid=31824 vsize=12272 CPUtime=0
/proc/31826/stat : 31826 (sugar++) D 31824 31826 31741 0 -1 4194304 349 0 4 0 0 0 0 0 18 0 1 0 74501201 12566528 321 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/31826/statm: 3068 321 242 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.101284 s]
/proc/loadavg: 3.01 2.63 2.59 4/81 31826
/proc/meminfo: memFree=1927616/2055920 swapFree=4192812/4192956
[pid=31826] ppid=31824 vsize=12272 CPUtime=0
/proc/31826/stat : 31826 (sugar++) D 31824 31826 31741 0 -1 4194304 356 0 4 0 0 0 0 0 18 0 1 0 74501201 12566528 328 996147200 4194304 4206940 548682068528 18446744073709551615 273662655486 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/31826/statm: 3068 328 246 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.301302 s]
/proc/loadavg: 3.01 2.63 2.59 4/81 31826
/proc/meminfo: memFree=1927616/2055920 swapFree=4192812/4192956
[pid=31826] ppid=31824 vsize=16212 CPUtime=0.05
/proc/31826/stat : 31826 (sugar++) D 31824 31826 31741 0 -1 4194304 961 0 6 0 3 2 0 0 18 0 1 0 74501201 16601088 935 996147200 4194304 4206940 548682068528 18446744073709551615 273653922405 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/31826/statm: 4053 935 380 3 0 632 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16212

[startup+0.701324 s]
/proc/loadavg: 3.01 2.63 2.59 4/81 31826
/proc/meminfo: memFree=1927616/2055920 swapFree=4192812/4192956
[pid=31826] ppid=31824 vsize=16740 CPUtime=0.08
/proc/31826/stat : 31826 (sugar++) S 31824 31826 31741 0 -1 4194304 1213 128 6 0 5 3 0 0 18 0 1 0 74501201 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31826/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 16740

[startup+1.50238 s]
/proc/loadavg: 2.93 2.62 2.58 4/92 31838
/proc/meminfo: memFree=1909864/2055920 swapFree=4192812/4192956
[pid=31826] ppid=31824 vsize=16740 CPUtime=0.08
/proc/31826/stat : 31826 (sugar++) S 31824 31826 31741 0 -1 4194304 1213 128 6 0 5 3 0 0 18 0 1 0 74501201 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31826/statm: 4185 1104 409 3 0 764 0
[pid=31829] ppid=31826 vsize=5356 CPUtime=0
/proc/31829/stat : 31829 (sh) S 31826 31826 31741 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 74501236 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31829/statm: 1339 233 193 169 0 50 0
[pid=31830] ppid=31829 vsize=865180 CPUtime=0.66
/proc/31830/stat : 31830 (java) S 31829 31826 31741 0 -1 0 8991 0 70 0 59 7 0 0 18 0 9 0 74501237 885944320 7961 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31830/statm: 216295 7961 2529 9 0 210877 0
[pid=31830/tid=31831] ppid=31829 vsize=865180 CPUtime=0.34
/proc/31830/task/31831/stat : 31831 (java) R 31829 31826 31741 0 -1 64 2698 0 26 0 30 4 0 0 21 0 9 0 74501254 885944320 7961 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31830/tid=31832] ppid=31829 vsize=865180 CPUtime=0.2
/proc/31830/task/31832/stat : 31832 (java) R 31829 31826 31741 0 -1 64 5140 0 0 0 19 1 0 0 16 0 9 0 74501279 885944320 7961 996147200 134512640 134550740 4294956000 18446744073709551615 103834255 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31830/tid=31833] ppid=31829 vsize=865180 CPUtime=0
/proc/31830/task/31833/stat : 31833 (java) S 31829 31826 31741 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 74501279 885944320 7961 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31830/tid=31834] ppid=31829 vsize=865180 CPUtime=0
/proc/31830/task/31834/stat : 31834 (java) S 31829 31826 31741 0 -1 64 9 0 1 0 0 0 0 0 15 0 9 0 74501279 885944320 7961 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31830/tid=31835] ppid=31829 vsize=865180 CPUtime=0
/proc/31830/task/31835/stat : 31835 (java) S 31829 31826 31741 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 74501283 885944320 7961 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31830/tid=31836] ppid=31829 vsize=865180 CPUtime=0.09
/proc/31830/task/31836/stat : 31836 (java) S 31829 31826 31741 0 -1 64 498 0 0 0 9 0 0 0 16 0 9 0 74501283 885944320 7961 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31830/tid=31837] ppid=31829 vsize=865180 CPUtime=0
/proc/31830/task/31837/stat : 31837 (java) S 31829 31826 31741 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 74501283 885944320 7961 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31830/tid=31838] ppid=31829 vsize=865180 CPUtime=0
/proc/31830/task/31838/stat : 31838 (java) S 31829 31826 31741 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 74501283 885944320 7961 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.74
Current children cumulated vsize (KiB) 887276

[startup+3.10586 s]
/proc/loadavg: 2.93 2.62 2.58 3/92 31848
/proc/meminfo: memFree=1908256/2055920 swapFree=4192812/4192956
[pid=31826] ppid=31824 vsize=16740 CPUtime=1.11
/proc/31826/stat : 31826 (sugar++) S 31824 31826 31741 0 -1 4194304 1291 11007 6 70 5 3 94 9 15 0 1 0 74501201 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31826/statm: 4185 1104 409 3 0 764 0
[pid=31839] ppid=31826 vsize=5356 CPUtime=0
/proc/31839/stat : 31839 (sh) S 31826 31826 31741 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74501388 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31839/statm: 1339 233 193 169 0 50 0
[pid=31840] ppid=31839 vsize=868432 CPUtime=1.2
/proc/31840/stat : 31840 (java) S 31839 31826 31741 0 -1 0 10547 0 4 0 113 7 0 0 19 0 9 0 74501389 889274368 9389 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31840/statm: 217108 9389 2543 9 0 211683 0
[pid=31840/tid=31841] ppid=31839 vsize=868432 CPUtime=0.65
/proc/31840/task/31841/stat : 31841 (java) R 31839 31826 31741 0 -1 64 2774 0 4 0 62 3 0 0 18 0 9 0 74501390 889274368 9389 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31840/tid=31842] ppid=31839 vsize=868432 CPUtime=0.34
/proc/31840/task/31842/stat : 31842 (java) S 31839 31826 31741 0 -1 64 5612 0 0 0 32 2 0 0 15 0 9 0 74501391 889274368 9389 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31840/tid=31843] ppid=31839 vsize=868432 CPUtime=0
/proc/31840/task/31843/stat : 31843 (java) S 31839 31826 31741 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74501391 889274368 9389 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31840/tid=31844] ppid=31839 vsize=868432 CPUtime=0
/proc/31840/task/31844/stat : 31844 (java) S 31839 31826 31741 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 74501391 889274368 9389 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31840/tid=31845] ppid=31839 vsize=868432 CPUtime=0
/proc/31840/task/31845/stat : 31845 (java) S 31839 31826 31741 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74501393 889274368 9389 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31840/tid=31846] ppid=31839 vsize=868432 CPUtime=0.19
/proc/31840/task/31846/stat : 31846 (java) S 31839 31826 31741 0 -1 64 1463 0 0 0 19 0 0 0 16 0 9 0 74501393 889274368 9389 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31840/tid=31847] ppid=31839 vsize=868432 CPUtime=0
/proc/31840/task/31847/stat : 31847 (java) S 31839 31826 31741 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 74501393 889274368 9389 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31840/tid=31848] ppid=31839 vsize=868432 CPUtime=0
/proc/31840/task/31848/stat : 31848 (java) S 31839 31826 31741 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74501393 889274368 9389 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.31
Current children cumulated vsize (KiB) 890528

[startup+6.30171 s]
/proc/loadavg: 2.93 2.62 2.58 3/92 31848
/proc/meminfo: memFree=1846688/2055920 swapFree=4192812/4192956
[pid=31826] ppid=31824 vsize=16740 CPUtime=1.11
/proc/31826/stat : 31826 (sugar++) S 31824 31826 31741 0 -1 4194304 1291 11007 6 70 5 3 94 9 15 0 1 0 74501201 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31826/statm: 4185 1104 409 3 0 764 0
[pid=31839] ppid=31826 vsize=5356 CPUtime=0
/proc/31839/stat : 31839 (sh) S 31826 31826 31741 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74501388 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31839/statm: 1339 233 193 169 0 50 0
[pid=31840] ppid=31839 vsize=868432 CPUtime=4.38
/proc/31840/stat : 31840 (java) S 31839 31826 31741 0 -1 0 23493 0 4 0 425 13 0 0 19 0 9 0 74501389 889274368 21684 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31840/statm: 217108 21684 2540 9 0 211683 0
[pid=31840/tid=31841] ppid=31839 vsize=868432 CPUtime=2.59
/proc/31840/task/31841/stat : 31841 (java) R 31839 31826 31741 0 -1 64 3592 0 4 0 256 3 0 0 25 0 9 0 74501390 889274368 21684 996147200 134512640 134550740 4294955920 18446744073709551615 4126948699 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31840/tid=31842] ppid=31839 vsize=868432 CPUtime=1.53
/proc/31840/task/31842/stat : 31842 (java) S 31839 31826 31741 0 -1 64 17721 0 0 0 145 8 0 0 16 0 9 0 74501391 889274368 21684 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31840/tid=31843] ppid=31839 vsize=868432 CPUtime=0
/proc/31840/task/31843/stat : 31843 (java) S 31839 31826 31741 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74501391 889274368 21684 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31840/tid=31844] ppid=31839 vsize=868432 CPUtime=0
/proc/31840/task/31844/stat : 31844 (java) S 31839 31826 31741 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74501391 889274368 21684 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31840/tid=31845] ppid=31839 vsize=868432 CPUtime=0
/proc/31840/task/31845/stat : 31845 (java) S 31839 31826 31741 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74501393 889274368 21684 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31840/tid=31846] ppid=31839 vsize=868432 CPUtime=0.22
/proc/31840/task/31846/stat : 31846 (java) S 31839 31826 31741 0 -1 64 1482 0 0 0 22 0 0 0 16 0 9 0 74501393 889274368 21684 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31840/tid=31847] ppid=31839 vsize=868432 CPUtime=0
/proc/31840/task/31847/stat : 31847 (java) S 31839 31826 31741 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 74501393 889274368 21684 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31840/tid=31848] ppid=31839 vsize=868432 CPUtime=0
/proc/31840/task/31848/stat : 31848 (java) S 31839 31826 31741 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74501393 889274368 21684 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.49
Current children cumulated vsize (KiB) 890528

[startup+12.7021 s]
/proc/loadavg: 2.86 2.61 2.58 3/92 31848
/proc/meminfo: memFree=1786400/2055920 swapFree=4192812/4192956
[pid=31826] ppid=31824 vsize=16740 CPUtime=1.11
/proc/31826/stat : 31826 (sugar++) S 31824 31826 31741 0 -1 4194304 1291 11007 6 70 5 3 94 9 15 0 1 0 74501201 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31826/statm: 4185 1104 409 3 0 764 0
[pid=31839] ppid=31826 vsize=5356 CPUtime=0
/proc/31839/stat : 31839 (sh) S 31826 31826 31741 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74501388 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31839/statm: 1339 233 193 169 0 50 0
[pid=31840] ppid=31839 vsize=868544 CPUtime=10.72
/proc/31840/stat : 31840 (java) S 31839 31826 31741 0 -1 0 29223 0 5 0 1022 50 0 0 19 0 9 0 74501389 889389056 22991 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31840/statm: 217136 22991 2567 9 0 211683 0
[pid=31840/tid=31841] ppid=31839 vsize=868544 CPUtime=8.16
/proc/31840/task/31841/stat : 31841 (java) R 31839 31826 31741 0 -1 64 3898 0 5 0 781 35 0 0 25 0 9 0 74501390 889389056 22991 996147200 134512640 134550740 4294955920 18446744073709551615 4126476246 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31840/tid=31842] ppid=31839 vsize=868544 CPUtime=2.21
/proc/31840/task/31842/stat : 31842 (java) S 31839 31826 31741 0 -1 64 23082 0 0 0 209 12 0 0 16 0 9 0 74501391 889389056 22991 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31840/tid=31843] ppid=31839 vsize=868544 CPUtime=0
/proc/31840/task/31843/stat : 31843 (java) S 31839 31826 31741 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74501391 889389056 22991 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31840/tid=31844] ppid=31839 vsize=868544 CPUtime=0
/proc/31840/task/31844/stat : 31844 (java) S 31839 31826 31741 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74501391 889389056 22991 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31840/tid=31845] ppid=31839 vsize=868544 CPUtime=0
/proc/31840/task/31845/stat : 31845 (java) S 31839 31826 31741 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74501393 889389056 22991 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31840/tid=31846] ppid=31839 vsize=868544 CPUtime=0.31
/proc/31840/task/31846/stat : 31846 (java) S 31839 31826 31741 0 -1 64 1545 0 0 0 31 0 0 0 16 0 9 0 74501393 889389056 22991 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31840/tid=31847] ppid=31839 vsize=868544 CPUtime=0
/proc/31840/task/31847/stat : 31847 (java) S 31839 31826 31741 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 74501393 889389056 22991 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31840/tid=31848] ppid=31839 vsize=868544 CPUtime=0
/proc/31840/task/31848/stat : 31848 (java) S 31839 31826 31741 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74501393 889389056 22991 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.83
Current children cumulated vsize (KiB) 890640

[startup+25.503 s]
/proc/loadavg: 2.73 2.59 2.58 3/92 31848
/proc/meminfo: memFree=1627488/2055920 swapFree=4192812/4192956
[pid=31826] ppid=31824 vsize=16740 CPUtime=1.11
/proc/31826/stat : 31826 (sugar++) S 31824 31826 31741 0 -1 4194304 1291 11007 6 70 5 3 94 9 16 0 1 0 74501201 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31826/statm: 4185 1104 409 3 0 764 0
[pid=31839] ppid=31826 vsize=5356 CPUtime=0
/proc/31839/stat : 31839 (sh) S 31826 31826 31741 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74501388 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31839/statm: 1339 233 193 169 0 50 0
[pid=31840] ppid=31839 vsize=868544 CPUtime=23.38
/proc/31840/stat : 31840 (java) S 31839 31826 31741 0 -1 0 29826 0 5 0 2191 147 0 0 19 0 9 0 74501389 889389056 22991 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31840/statm: 217136 22991 2567 9 0 211683 0
[pid=31840/tid=31841] ppid=31839 vsize=868544 CPUtime=20.53
/proc/31840/task/31841/stat : 31841 (java) R 31839 31826 31741 0 -1 64 4501 0 5 0 1924 129 0 0 25 0 9 0 74501390 889389056 22991 996147200 134512640 134550740 4294955920 18446744073709551615 4126474916 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31840/tid=31842] ppid=31839 vsize=868544 CPUtime=2.51
/proc/31840/task/31842/stat : 31842 (java) S 31839 31826 31741 0 -1 64 23082 0 0 0 235 16 0 0 16 0 9 0 74501391 889389056 22991 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31840/tid=31843] ppid=31839 vsize=868544 CPUtime=0
/proc/31840/task/31843/stat : 31843 (java) S 31839 31826 31741 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74501391 889389056 22991 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31840/tid=31844] ppid=31839 vsize=868544 CPUtime=0
/proc/31840/task/31844/stat : 31844 (java) S 31839 31826 31741 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74501391 889389056 22991 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

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

[startup+307.102 s]
/proc/loadavg: 3.05 2.73 2.61 4/92 31848
/proc/meminfo: memFree=15712/2055920 swapFree=4192812/4192956
[pid=31826] ppid=31824 vsize=16740 CPUtime=1.11
/proc/31826/stat : 31826 (sugar++) S 31824 31826 31741 0 -1 4194304 1291 11007 6 70 5 3 94 9 16 0 1 0 74501201 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31826/statm: 4185 1104 409 3 0 764 0
[pid=31839] ppid=31826 vsize=5356 CPUtime=0
/proc/31839/stat : 31839 (sh) S 31826 31826 31741 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74501388 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31839/statm: 1339 233 193 169 0 50 0
[pid=31840] ppid=31839 vsize=868544 CPUtime=299.34
/proc/31840/stat : 31840 (java) S 31839 31826 31741 0 -1 0 40158 0 5 0 28255 1679 0 0 19 0 9 0 74501389 889389056 22991 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31840/statm: 217136 22991 2567 9 0 211683 0
[pid=31840/tid=31841] ppid=31839 vsize=868544 CPUtime=291.49
/proc/31840/task/31841/stat : 31841 (java) R 31839 31826 31741 0 -1 64 14833 0 5 0 27558 1591 0 0 25 0 9 0 74501390 889389056 22991 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31840/tid=31842] ppid=31839 vsize=868544 CPUtime=7.5
/proc/31840/task/31842/stat : 31842 (java) S 31839 31826 31741 0 -1 64 23082 0 0 0 664 86 0 0 16 0 9 0 74501391 889389056 22991 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31840/tid=31843] ppid=31839 vsize=868544 CPUtime=0
/proc/31840/task/31843/stat : 31843 (java) S 31839 31826 31741 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74501391 889389056 22991 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31840/tid=31844] ppid=31839 vsize=868544 CPUtime=0
/proc/31840/task/31844/stat : 31844 (java) S 31839 31826 31741 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74501391 889389056 22991 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31840/tid=31845] ppid=31839 vsize=868544 CPUtime=0
/proc/31840/task/31845/stat : 31845 (java) S 31839 31826 31741 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74501393 889389056 22991 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31840/tid=31846] ppid=31839 vsize=868544 CPUtime=0.31
/proc/31840/task/31846/stat : 31846 (java) S 31839 31826 31741 0 -1 64 1545 0 0 0 31 0 0 0 16 0 9 0 74501393 889389056 22991 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31840/tid=31847] ppid=31839 vsize=868544 CPUtime=0
/proc/31840/task/31847/stat : 31847 (java) S 31839 31826 31741 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 74501393 889389056 22991 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31840/tid=31848] ppid=31839 vsize=868544 CPUtime=0
/proc/31840/task/31848/stat : 31848 (java) S 31839 31826 31741 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74501393 889389056 22991 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 300.45
Current children cumulated vsize (KiB) 890640

[startup+319.903 s]
/proc/loadavg: 3.12 2.76 2.62 3/92 31848
/proc/meminfo: memFree=15400/2055920 swapFree=4192812/4192956
[pid=31826] ppid=31824 vsize=16740 CPUtime=1.11
/proc/31826/stat : 31826 (sugar++) S 31824 31826 31741 0 -1 4194304 1291 11007 6 70 5 3 94 9 16 0 1 0 74501201 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31826/statm: 4185 1104 409 3 0 764 0
[pid=31839] ppid=31826 vsize=5356 CPUtime=0
/proc/31839/stat : 31839 (sh) S 31826 31826 31741 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74501388 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31839/statm: 1339 233 193 169 0 50 0
[pid=31840] ppid=31839 vsize=868544 CPUtime=311.82
/proc/31840/stat : 31840 (java) S 31839 31826 31741 0 -1 0 40758 0 5 0 29402 1780 0 0 19 0 9 0 74501389 889389056 22991 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31840/statm: 217136 22991 2567 9 0 211683 0
[pid=31840/tid=31841] ppid=31839 vsize=868544 CPUtime=303.69
/proc/31840/task/31841/stat : 31841 (java) R 31839 31826 31741 0 -1 64 15433 0 5 0 28681 1688 0 0 25 0 9 0 74501390 889389056 22991 996147200 134512640 134550740 4294955920 18446744073709551615 4126569181 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31840/tid=31842] ppid=31839 vsize=868544 CPUtime=7.79
/proc/31840/task/31842/stat : 31842 (java) S 31839 31826 31741 0 -1 64 23082 0 0 0 689 90 0 0 16 0 9 0 74501391 889389056 22991 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31840/tid=31843] ppid=31839 vsize=868544 CPUtime=0
/proc/31840/task/31843/stat : 31843 (java) S 31839 31826 31741 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74501391 889389056 22991 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31840/tid=31844] ppid=31839 vsize=868544 CPUtime=0
/proc/31840/task/31844/stat : 31844 (java) S 31839 31826 31741 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74501391 889389056 22991 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31840/tid=31845] ppid=31839 vsize=868544 CPUtime=0
/proc/31840/task/31845/stat : 31845 (java) S 31839 31826 31741 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74501393 889389056 22991 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31840/tid=31846] ppid=31839 vsize=868544 CPUtime=0.31
/proc/31840/task/31846/stat : 31846 (java) S 31839 31826 31741 0 -1 64 1545 0 0 0 31 0 0 0 16 0 9 0 74501393 889389056 22991 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31840/tid=31847] ppid=31839 vsize=868544 CPUtime=0
/proc/31840/task/31847/stat : 31847 (java) S 31839 31826 31741 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 74501393 889389056 22991 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31840/tid=31848] ppid=31839 vsize=868544 CPUtime=0
/proc/31840/task/31848/stat : 31848 (java) S 31839 31826 31741 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74501393 889389056 22991 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 312.93
Current children cumulated vsize (KiB) 890640

[startup+326.301 s]
/proc/loadavg: 3.19 2.78 2.63 3/92 31850
/proc/meminfo: memFree=15592/2055920 swapFree=4192812/4192956
[pid=31826] ppid=31824 vsize=16740 CPUtime=1.11
/proc/31826/stat : 31826 (sugar++) S 31824 31826 31741 0 -1 4194304 1291 11007 6 70 5 3 94 9 16 0 1 0 74501201 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31826/statm: 4185 1104 409 3 0 764 0
[pid=31839] ppid=31826 vsize=5356 CPUtime=0
/proc/31839/stat : 31839 (sh) S 31826 31826 31741 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74501388 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31839/statm: 1339 233 193 169 0 50 0
[pid=31840] ppid=31839 vsize=868544 CPUtime=318.1
/proc/31840/stat : 31840 (java) S 31839 31826 31741 0 -1 0 41058 0 5 0 29977 1833 0 0 19 0 9 0 74501389 889389056 22991 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31840/statm: 217136 22991 2567 9 0 211683 0
[pid=31840/tid=31841] ppid=31839 vsize=868544 CPUtime=309.82
/proc/31840/task/31841/stat : 31841 (java) R 31839 31826 31741 0 -1 64 15733 0 5 0 29244 1738 0 0 25 0 9 0 74501390 889389056 22991 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31840/tid=31842] ppid=31839 vsize=868544 CPUtime=7.93
/proc/31840/task/31842/stat : 31842 (java) S 31839 31826 31741 0 -1 64 23082 0 0 0 701 92 0 0 16 0 9 0 74501391 889389056 22991 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31840/tid=31843] ppid=31839 vsize=868544 CPUtime=0
/proc/31840/task/31843/stat : 31843 (java) S 31839 31826 31741 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74501391 889389056 22991 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31840/tid=31844] ppid=31839 vsize=868544 CPUtime=0
/proc/31840/task/31844/stat : 31844 (java) S 31839 31826 31741 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74501391 889389056 22991 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31840/tid=31845] ppid=31839 vsize=868544 CPUtime=0
/proc/31840/task/31845/stat : 31845 (java) S 31839 31826 31741 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74501393 889389056 22991 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31840/tid=31846] ppid=31839 vsize=868544 CPUtime=0.31
/proc/31840/task/31846/stat : 31846 (java) S 31839 31826 31741 0 -1 64 1545 0 0 0 31 0 0 0 16 0 9 0 74501393 889389056 22991 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31840/tid=31847] ppid=31839 vsize=868544 CPUtime=0
/proc/31840/task/31847/stat : 31847 (java) S 31839 31826 31741 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 74501393 889389056 22991 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31840/tid=31848] ppid=31839 vsize=868544 CPUtime=0
/proc/31840/task/31848/stat : 31848 (java) S 31839 31826 31741 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74501393 889389056 22991 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 319.21
Current children cumulated vsize (KiB) 890640

[startup+329.502 s]
/proc/loadavg: 3.17 2.78 2.63 3/92 31850
/proc/meminfo: memFree=15976/2055920 swapFree=4192812/4192956
[pid=31826] ppid=31824 vsize=16740 CPUtime=1.11
/proc/31826/stat : 31826 (sugar++) S 31824 31826 31741 0 -1 4194304 1291 11007 6 70 5 3 94 9 16 0 1 0 74501201 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31826/statm: 4185 1104 409 3 0 764 0
[pid=31839] ppid=31826 vsize=5356 CPUtime=0
/proc/31839/stat : 31839 (sh) S 31826 31826 31741 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74501388 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31839/statm: 1339 233 193 169 0 50 0
[pid=31840] ppid=31839 vsize=868544 CPUtime=321.13
/proc/31840/stat : 31840 (java) S 31839 31826 31741 0 -1 0 41203 0 5 0 30255 1858 0 0 19 0 9 0 74501389 889389056 22991 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31840/statm: 217136 22991 2567 9 0 211683 0
[pid=31840/tid=31841] ppid=31839 vsize=868544 CPUtime=312.79
/proc/31840/task/31841/stat : 31841 (java) R 31839 31826 31741 0 -1 64 15878 0 5 0 29516 1763 0 0 25 0 9 0 74501390 889389056 22991 996147200 134512640 134550740 4294955920 18446744073709551615 4127095998 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31840/tid=31842] ppid=31839 vsize=868544 CPUtime=7.99
/proc/31840/task/31842/stat : 31842 (java) S 31839 31826 31741 0 -1 64 23082 0 0 0 706 93 0 0 16 0 9 0 74501391 889389056 22991 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31840/tid=31843] ppid=31839 vsize=868544 CPUtime=0
/proc/31840/task/31843/stat : 31843 (java) S 31839 31826 31741 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74501391 889389056 22991 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31840/tid=31844] ppid=31839 vsize=868544 CPUtime=0
/proc/31840/task/31844/stat : 31844 (java) S 31839 31826 31741 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74501391 889389056 22991 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31840/tid=31845] ppid=31839 vsize=868544 CPUtime=0
/proc/31840/task/31845/stat : 31845 (java) S 31839 31826 31741 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74501393 889389056 22991 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31840/tid=31846] ppid=31839 vsize=868544 CPUtime=0.31
/proc/31840/task/31846/stat : 31846 (java) S 31839 31826 31741 0 -1 64 1545 0 0 0 31 0 0 0 16 0 9 0 74501393 889389056 22991 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31840/tid=31847] ppid=31839 vsize=868544 CPUtime=0
/proc/31840/task/31847/stat : 31847 (java) S 31839 31826 31741 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 74501393 889389056 22991 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31840/tid=31848] ppid=31839 vsize=868544 CPUtime=0
/proc/31840/task/31848/stat : 31848 (java) S 31839 31826 31741 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74501393 889389056 22991 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 322.24
Current children cumulated vsize (KiB) 890640

[startup+332.702 s]
/proc/loadavg: 3.16 2.78 2.63 3/82 31850
/proc/meminfo: memFree=214072/2055920 swapFree=4192812/4192956
[pid=31826] ppid=31824 vsize=16740 CPUtime=325.2
/proc/31826/stat : 31826 (sugar++) R 31824 31826 31741 0 -1 4194304 1314 52605 6 76 5 68 30561 1886 17 0 1 0 74501201 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 273653929001 0 0 4224 16386 0 0 0 17 1 0 0
/proc/31826/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 325.2
Current children cumulated vsize (KiB) 16740

[startup+333.502 s]
/proc/loadavg: 3.16 2.78 2.63 2/82 31850
/proc/meminfo: memFree=1929904/2055920 swapFree=4192812/4192956
[pid=31826] ppid=31824 vsize=16740 CPUtime=325.52
/proc/31826/stat : 31826 (sugar++) D 31824 31826 31741 0 -1 4194304 1314 52605 6 76 5 100 30561 1886 15 0 1 0 74501201 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 273653929001 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/31826/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 325.52
Current children cumulated vsize (KiB) 16740

[startup+334.302 s]
/proc/loadavg: 3.16 2.78 2.63 2/82 31850
/proc/meminfo: memFree=1929336/2055920 swapFree=4192812/4192956
[pid=31826] ppid=31824 vsize=16740 CPUtime=325.56
/proc/31826/stat : 31826 (sugar++) D 31824 31826 31741 0 -1 4194304 1314 52605 6 76 5 104 30561 1886 15 0 1 0 74501201 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 273653929001 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/31826/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 325.56
Current children cumulated vsize (KiB) 16740

[startup+334.702 s]
/proc/loadavg: 3.16 2.78 2.63 2/82 31850
/proc/meminfo: memFree=1929336/2055920 swapFree=4192812/4192956
[pid=31826] ppid=31824 vsize=16740 CPUtime=325.58
/proc/31826/stat : 31826 (sugar++) D 31824 31826 31741 0 -1 4194304 1314 52605 6 76 5 106 30561 1886 15 0 1 0 74501201 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 273653929001 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/31826/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 325.58
Current children cumulated vsize (KiB) 16740

[startup+334.802 s]
/proc/loadavg: 3.16 2.78 2.63 2/82 31850
/proc/meminfo: memFree=1929336/2055920 swapFree=4192812/4192956
[pid=31826] ppid=31824 vsize=16740 CPUtime=325.59
/proc/31826/stat : 31826 (sugar++) D 31824 31826 31741 0 -1 4194304 1314 52605 6 76 5 107 30561 1886 15 0 1 0 74501201 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 273653929001 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/31826/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 325.59
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 334.876
CPU time (s): 325.615
CPU user time (s): 305.671
CPU system time (s): 19.945
CPU usage (%): 97.2347
Max. virtual memory (cumulated for all children) (KiB): 900776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 305.671
system time used= 19.945
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53975
page faults= 82
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 96827
involuntary context switches= 103267

runsolver used 0.387941 second user time and 1.18282 second system time

The end

Launcher Data (download as text)

Begin job on node52 at 2008-07-16 05:13:43
IDJOB=1126131
IDBENCH=64206
IDSOLVER=367
FILE ID=node52/1126131-1216178023
PBS_JOBID= 7905893
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/maxclique/normalized-san-400-0.7-3_ext.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-1126131-1216178023/watcher-1126131-1216178023 -o /tmp/evaluation-result-1126131-1216178023/solver-1126131-1216178023 -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-1126131-1216178023.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2f54bc61aabbc3206d9bb8cef91867d1
RANDOM SEED=852292082

node52.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.234
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.234
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:       1928224 kB
Buffers:          2948 kB
Cached:          30372 kB
SwapCached:          0 kB
Active:          68096 kB
Inactive:         5552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1928224 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2688 kB
Writeback:           0 kB
Mapped:          60424 kB
Slab:            38860 kB
Committed_AS:   378172 kB
PageTables:       2096 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= 66560 MiB
End job on node52 at 2008-07-16 05:19:18