Trace number 1126675

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? 255.94 263.062

General information on the benchmark

Namemaxcsp/spot5/
normalized-spot5-1405_ext.xml
MD5SUMe2ab783acee4c2ab57ea82f6bcb6ed35
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints564
Best CPU time to get the best result obtained on this benchmark3600.1
Satisfiable
(Un)Satisfiability was proved
Number of variables856
Number of constraints18258
Maximum constraint arity3
Maximum domain size4
Number of constraints which are defined in extension18258
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05/0.11	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.05/0.11	c 0	BEGIN Wed Jul 16 07:33:38 2008
0.05/0.11	c 0	PID 2757
0.05/0.12	c 0	HOST node7.alineos.net
0.05/0.12	c 0	CONVERTING HOME/instance-1126675-1216186417.xml TO HOME/temp.csp
0.05/0.12	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1126675-1216186417.xml' 'HOME/temp.csp'
0.06/1.08	c 1	3 domains, 856 variables, 0 predicates, 29 relations, 18258 constraints
1.00/1.12	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.00/1.12	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.00/1.20	c 1	Parsing HOME/temp.csp
1.01/1.53	c 1	parsed 10000 expressions
1.01/1.75	c 1	parsed 19146 expressions
1.01/1.75	c 1	Heap : 6 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.01/1.93	c 1	MAX CSP: 18258 constraints
1.01/1.93	c 1	Converting to clausal form CSP
1.01/2.16	c 2	converted 3741 (10%) expressions
2.18/2.31	c 2	converted 7482 (20%) expressions
2.18/2.36	c 2	converted 11223 (30%) expressions
2.28/2.42	c 2	converted 14963 (40%) expressions
2.28/2.46	c 2	converted 18704 (50%) expressions
2.37/2.51	c 2	converted 22445 (60%) expressions
2.58/2.71	c 2	converted 26185 (70%) expressions
2.58/2.76	c 2	converted 29926 (80%) expressions
2.67/2.80	c 2	converted 33667 (90%) expressions
4.46/4.63	c 4	converted 37407 (100%) expressions
4.46/4.64	c 4	CSP : 37372 integers, 0 booleans, 54773 clauses, largest domain size 27388
4.46/4.64	c 4	Heap : 52 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.46/4.64	c 4	Propagation in CSP
5.06/5.29	c 5	18251 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.16/5.30	c 5	CSP : 37372 integers, 0 booleans, 54773 clauses, largest domain size 18259
5.16/5.30	c 5	Heap : 55 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.16/5.32	c 5	Simplifing CSP by introducing new Boolean variables
5.16/5.35	c 5	CSP : 37372 integers, 0 booleans, 54773 clauses, largest domain size 18259
5.16/5.35	c 5	Heap : 54 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.45/5.61	c 5	Encoding CSP to SAT : HOME/temp.cnf
5.45/5.66	c 5	3738 (10%) CSP integer variables are encoded (960 clauses, 11568 bytes)
5.45/5.66	c 5	7475 (20%) CSP integer variables are encoded (960 clauses, 11568 bytes)
5.45/5.67	c 5	11212 (30%) CSP integer variables are encoded (960 clauses, 11568 bytes)
5.45/5.67	c 5	14949 (40%) CSP integer variables are encoded (960 clauses, 11568 bytes)
5.45/5.68	c 5	18686 (50%) CSP integer variables are encoded (960 clauses, 11568 bytes)
5.55/5.74	c 5	22424 (60%) CSP integer variables are encoded (50238 clauses, 750738 bytes)
5.84/6.07	c 6	26161 (70%) CSP integer variables are encoded (309309 clauses, 5104162 bytes)
5.95/6.18	c 6	29898 (80%) CSP integer variables are encoded (381880 clauses, 6337869 bytes)
6.04/6.24	c 6	33635 (90%) CSP integer variables are encoded (425278 clauses, 7075635 bytes)
6.14/6.32	c 6	37372 (100%) CSP integer variables are encoded (479424 clauses, 7996117 bytes)
6.34/6.52	c 6	5478 (10%) CSP clauses are encoded (487697 clauses, 8173985 bytes)
6.45/6.66	c 6	10955 (20%) CSP clauses are encoded (497560 clauses, 8409297 bytes)
6.64/6.84	c 6	16432 (30%) CSP clauses are encoded (507519 clauses, 8685574 bytes)
9.72/9.91	c 9	21910 (40%) CSP clauses are encoded (2179443 clauses, 44424738 bytes)
44.09/45.05	c 45	27387 (50%) CSP clauses are encoded (21455444 clauses, 458357749 bytes)
254.89/260.37	c 260	ERROR Exception Too large HOME/temp.cnf
254.96/260.45	c 260	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
254.96/260.45	c 260	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
254.96/260.45	c 260	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
254.96/260.45	s UNKNOWN
254.97/260.63	c 260	CPU 239 (0.06 0.01 238.94 15.97)
254.97/260.63	c 260	END Wed Jul 16 07:37:58 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-1126675-1216186417/watcher-1126675-1216186417 -o /tmp/evaluation-result-1126675-1216186417/solver-1126675-1216186417 -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-1126675-1216186417.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.82 2.81 2.82 4/81 2757
/proc/meminfo: memFree=1704416/2055920 swapFree=4192812/4192956
[pid=2757] ppid=2755 vsize=12268 CPUtime=0
/proc/2757/stat : 2757 (sugar++) R 2755 2757 32292 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 75344969 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 244671281765 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/2757/statm: 3067 316 241 3 0 167 0

[startup+0.104545 s]
/proc/loadavg: 2.82 2.81 2.82 4/81 2757
/proc/meminfo: memFree=1704416/2055920 swapFree=4192812/4192956
[pid=2757] ppid=2755 vsize=16212 CPUtime=0.05
/proc/2757/stat : 2757 (sugar++) D 2755 2757 32292 0 -1 4194304 973 0 0 0 4 1 0 0 18 0 1 0 75344969 16601088 941 996147200 4194304 4206940 548682068528 18446744073709551615 244680011874 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/2757/statm: 4053 941 380 3 0 632 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16212

[startup+0.201563 s]
/proc/loadavg: 2.82 2.81 2.82 4/81 2757
/proc/meminfo: memFree=1704416/2055920 swapFree=4192812/4192956
[pid=2757] ppid=2755 vsize=16740 CPUtime=0.06
/proc/2757/stat : 2757 (sugar++) S 2755 2757 32292 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 75344969 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2757/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301582 s]
/proc/loadavg: 2.82 2.81 2.82 4/81 2757
/proc/meminfo: memFree=1704416/2055920 swapFree=4192812/4192956
[pid=2757] ppid=2755 vsize=16740 CPUtime=0.06
/proc/2757/stat : 2757 (sugar++) S 2755 2757 32292 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 75344969 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2757/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701655 s]
/proc/loadavg: 2.82 2.81 2.82 4/81 2757
/proc/meminfo: memFree=1704416/2055920 swapFree=4192812/4192956
[pid=2757] ppid=2755 vsize=16740 CPUtime=0.06
/proc/2757/stat : 2757 (sugar++) S 2755 2757 32292 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 75344969 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2757/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+1.5018 s]
/proc/loadavg: 2.82 2.81 2.82 2/92 2769
/proc/meminfo: memFree=1677256/2055920 swapFree=4192812/4192956
[pid=2757] ppid=2755 vsize=16740 CPUtime=1.01
/proc/2757/stat : 2757 (sugar++) S 2755 2757 32292 0 -1 4194304 1297 9961 0 1 5 1 89 6 16 0 1 0 75344969 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2757/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 16740

[startup+3.1021 s]
/proc/loadavg: 2.76 2.80 2.81 4/92 2779
/proc/meminfo: memFree=1676424/2055920 swapFree=4192812/4192956
[pid=2757] ppid=2755 vsize=16740 CPUtime=1.02
/proc/2757/stat : 2757 (sugar++) S 2755 2757 32292 0 -1 4194304 1297 9961 0 1 6 1 89 6 15 0 1 0 75344969 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2757/statm: 4185 1104 409 3 0 764 0
[pid=2770] ppid=2757 vsize=5356 CPUtime=0
/proc/2770/stat : 2770 (sh) S 2757 2757 32292 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75345081 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2770/statm: 1339 233 193 169 0 50 0
[pid=2771] ppid=2770 vsize=868440 CPUtime=1.94
/proc/2771/stat : 2771 (java) S 2770 2757 32292 0 -1 0 14085 0 1 0 187 7 0 0 18 0 9 0 75345082 889282560 12735 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2771/statm: 217110 12735 2540 9 0 211685 0
[pid=2771/tid=2772] ppid=2770 vsize=868440 CPUtime=1.09
/proc/2771/task/2772/stat : 2772 (java) R 2770 2757 32292 0 -1 64 2912 0 1 0 108 1 0 0 23 0 9 0 75345082 889282560 12735 996147200 134512640 134550740 4294955920 18446744073709551615 4125950609 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2771/tid=2773] ppid=2770 vsize=868440 CPUtime=0.63
/proc/2771/task/2773/stat : 2773 (java) S 2770 2757 32292 0 -1 64 9005 0 0 0 59 4 0 0 16 0 9 0 75345084 889282560 12735 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2771/tid=2774] ppid=2770 vsize=868440 CPUtime=0
/proc/2771/task/2774/stat : 2774 (java) S 2770 2757 32292 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75345084 889282560 12735 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2771/tid=2775] ppid=2770 vsize=868440 CPUtime=0
/proc/2771/task/2775/stat : 2775 (java) S 2770 2757 32292 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 75345084 889282560 12735 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2771/tid=2776] ppid=2770 vsize=868440 CPUtime=0
/proc/2771/task/2776/stat : 2776 (java) S 2770 2757 32292 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 75345086 889282560 12735 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2771/tid=2777] ppid=2770 vsize=868440 CPUtime=0.21
/proc/2771/task/2777/stat : 2777 (java) S 2770 2757 32292 0 -1 64 1471 0 0 0 20 1 0 0 16 0 9 0 75345086 889282560 12735 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2771/tid=2778] ppid=2770 vsize=868440 CPUtime=0
/proc/2771/task/2778/stat : 2778 (java) S 2770 2757 32292 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 75345086 889282560 12735 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2771/tid=2779] ppid=2770 vsize=868440 CPUtime=0
/proc/2771/task/2779/stat : 2779 (java) S 2770 2757 32292 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75345086 889282560 12735 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 890536

[startup+6.30269 s]
/proc/loadavg: 2.76 2.80 2.81 4/92 2779
/proc/meminfo: memFree=1632392/2055920 swapFree=4192812/4192956
[pid=2757] ppid=2755 vsize=16740 CPUtime=1.02
/proc/2757/stat : 2757 (sugar++) S 2755 2757 32292 0 -1 4194304 1297 9961 0 1 6 1 89 6 15 0 1 0 75344969 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2757/statm: 4185 1104 409 3 0 764 0
[pid=2770] ppid=2757 vsize=5356 CPUtime=0
/proc/2770/stat : 2770 (sh) S 2757 2757 32292 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75345081 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2770/statm: 1339 233 193 169 0 50 0
[pid=2771] ppid=2770 vsize=868552 CPUtime=5.12
/proc/2771/stat : 2771 (java) S 2770 2757 32292 0 -1 0 21308 0 1 0 496 16 0 0 18 0 9 0 75345082 889397248 19197 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2771/statm: 217138 19197 2565 9 0 211685 0
[pid=2771/tid=2772] ppid=2770 vsize=868552 CPUtime=3.4
/proc/2771/task/2772/stat : 2772 (java) R 2770 2757 32292 0 -1 64 3328 0 1 0 334 6 0 0 25 0 9 0 75345082 889397248 19197 996147200 134512640 134550740 4294955920 18446744073709551615 4127081944 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2771/tid=2773] ppid=2770 vsize=868552 CPUtime=1.42
/proc/2771/task/2773/stat : 2773 (java) S 2770 2757 32292 0 -1 64 15767 0 0 0 134 8 0 0 16 0 9 0 75345084 889397248 19197 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2771/tid=2774] ppid=2770 vsize=868552 CPUtime=0
/proc/2771/task/2774/stat : 2774 (java) S 2770 2757 32292 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75345084 889397248 19197 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2771/tid=2775] ppid=2770 vsize=868552 CPUtime=0
/proc/2771/task/2775/stat : 2775 (java) S 2770 2757 32292 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 75345084 889397248 19197 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2771/tid=2776] ppid=2770 vsize=868552 CPUtime=0
/proc/2771/task/2776/stat : 2776 (java) S 2770 2757 32292 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 75345086 889397248 19197 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2771/tid=2777] ppid=2770 vsize=868552 CPUtime=0.28
/proc/2771/task/2777/stat : 2777 (java) S 2770 2757 32292 0 -1 64 1516 0 0 0 27 1 0 0 16 0 9 0 75345086 889397248 19197 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2771/tid=2778] ppid=2770 vsize=868552 CPUtime=0
/proc/2771/task/2778/stat : 2778 (java) S 2770 2757 32292 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 75345086 889397248 19197 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2771/tid=2779] ppid=2770 vsize=868552 CPUtime=0
/proc/2771/task/2779/stat : 2779 (java) S 2770 2757 32292 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75345086 889397248 19197 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 890648

[startup+12.7029 s]
/proc/loadavg: 2.79 2.81 2.81 3/92 2779
/proc/meminfo: memFree=1561096/2055920 swapFree=4192812/4192956
[pid=2757] ppid=2755 vsize=16740 CPUtime=1.02
/proc/2757/stat : 2757 (sugar++) S 2755 2757 32292 0 -1 4194304 1297 9961 0 1 6 1 89 6 16 0 1 0 75344969 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2757/statm: 4185 1104 409 3 0 764 0
[pid=2770] ppid=2757 vsize=5356 CPUtime=0
/proc/2770/stat : 2770 (sh) S 2757 2757 32292 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75345081 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2770/statm: 1339 233 193 169 0 50 0
[pid=2771] ppid=2770 vsize=868552 CPUtime=11.46
/proc/2771/stat : 2771 (java) S 2770 2757 32292 0 -1 0 21786 0 1 0 1083 63 0 0 18 0 9 0 75345082 889397248 19236 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2771/statm: 217138 19236 2567 9 0 211685 0
[pid=2771/tid=2772] ppid=2770 vsize=868552 CPUtime=9.41
/proc/2771/task/2772/stat : 2772 (java) R 2770 2757 32292 0 -1 64 3776 0 1 0 891 50 0 0 25 0 9 0 75345082 889397248 19236 996147200 134512640 134550740 4294955920 18446744073709551615 4127170679 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2771/tid=2773] ppid=2770 vsize=868552 CPUtime=1.7
/proc/2771/task/2773/stat : 2773 (java) S 2770 2757 32292 0 -1 64 15768 0 0 0 160 10 0 0 16 0 9 0 75345084 889397248 19236 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2771/tid=2774] ppid=2770 vsize=868552 CPUtime=0
/proc/2771/task/2774/stat : 2774 (java) S 2770 2757 32292 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75345084 889397248 19236 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2771/tid=2775] ppid=2770 vsize=868552 CPUtime=0
/proc/2771/task/2775/stat : 2775 (java) S 2770 2757 32292 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 75345084 889397248 19236 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2771/tid=2776] ppid=2770 vsize=868552 CPUtime=0
/proc/2771/task/2776/stat : 2776 (java) S 2770 2757 32292 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 75345086 889397248 19236 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2771/tid=2777] ppid=2770 vsize=868552 CPUtime=0.32
/proc/2771/task/2777/stat : 2777 (java) S 2770 2757 32292 0 -1 64 1545 0 0 0 31 1 0 0 16 0 9 0 75345086 889397248 19236 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2771/tid=2778] ppid=2770 vsize=868552 CPUtime=0
/proc/2771/task/2778/stat : 2778 (java) S 2770 2757 32292 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 75345086 889397248 19236 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2771/tid=2779] ppid=2770 vsize=868552 CPUtime=0
/proc/2771/task/2779/stat : 2779 (java) S 2770 2757 32292 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75345086 889397248 19236 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 890648

[startup+25.5012 s]
/proc/loadavg: 2.82 2.81 2.82 3/92 2779
/proc/meminfo: memFree=1403784/2055920 swapFree=4192812/4192956
[pid=2757] ppid=2755 vsize=16740 CPUtime=1.02
/proc/2757/stat : 2757 (sugar++) S 2755 2757 32292 0 -1 4194304 1297 9961 0 1 6 1 89 6 16 0 1 0 75344969 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2757/statm: 4185 1104 409 3 0 764 0
[pid=2770] ppid=2757 vsize=5356 CPUtime=0
/proc/2770/stat : 2770 (sh) S 2757 2757 32292 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75345081 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2770/statm: 1339 233 193 169 0 50 0
[pid=2771] ppid=2770 vsize=868552 CPUtime=24.11
/proc/2771/stat : 2771 (java) S 2770 2757 32292 0 -1 0 22667 0 1 0 2251 160 0 0 18 0 9 0 75345082 889397248 19236 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2771/statm: 217138 19236 2567 9 0 211685 0
[pid=2771/tid=2772] ppid=2770 vsize=868552 CPUtime=21.65
/proc/2771/task/2772/stat : 2772 (java) R 2770 2757 32292 0 -1 64 4657 0 1 0 2023 142 0 0 25 0 9 0 75345082 889397248 19236 996147200 134512640 134550740 4294955920 18446744073709551615 4127081951 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2771/tid=2773] ppid=2770 vsize=868552 CPUtime=2.12
/proc/2771/task/2773/stat : 2773 (java) S 2770 2757 32292 0 -1 64 15768 0 0 0 196 16 0 0 16 0 9 0 75345084 889397248 19236 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2771/tid=2774] ppid=2770 vsize=868552 CPUtime=0
/proc/2771/task/2774/stat : 2774 (java) S 2770 2757 32292 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75345084 889397248 19236 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2771/tid=2775] ppid=2770 vsize=868552 CPUtime=0
/proc/2771/task/2775/stat : 2775 (java) S 2770 2757 32292 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 75345084 889397248 19236 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2771/tid=2776] ppid=2770 vsize=868552 CPUtime=0
/proc/2771/task/2776/stat : 2776 (java) S 2770 2757 32292 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 75345086 889397248 19236 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2771/tid=2777] ppid=2770 vsize=868552 CPUtime=0.32
/proc/2771/task/2777/stat : 2777 (java) S 2770 2757 32292 0 -1 64 1545 0 0 0 31 1 0 0 16 0 9 0 75345086 889397248 19236 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2771/tid=2778] ppid=2770 vsize=868552 CPUtime=0
/proc/2771/task/2778/stat : 2778 (java) S 2770 2757 32292 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 75345086 889397248 19236 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2771/tid=2779] ppid=2770 vsize=868552 CPUtime=0
/proc/2771/task/2779/stat : 2779 (java) S 2770 2757 32292 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75345086 889397248 19236 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 890648

[startup+51.102 s]
/proc/loadavg: 3.02 2.86 2.83 3/92 2779
/proc/meminfo: memFree=1165256/2055920 swapFree=4192812/4192956
[pid=2757] ppid=2755 vsize=16740 CPUtime=1.02
/proc/2757/stat : 2757 (sugar++) S 2755 2757 32292 0 -1 4194304 1297 9961 0 1 6 1 89 6 16 0 1 0 75344969 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2757/statm: 4185 1104 409 3 0 764 0
[pid=2770] ppid=2757 vsize=5356 CPUtime=0
/proc/2770/stat : 2770 (sh) S 2757 2757 32292 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75345081 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2770/statm: 1339 233 193 169 0 50 0
[pid=2771] ppid=2770 vsize=868552 CPUtime=49.1
/proc/2771/stat : 2771 (java) S 2770 2757 32292 0 -1 0 24164 0 1 0 4604 306 0 0 18 0 9 0 75345082 889397248 19236 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

[pid=2771/tid=2777] ppid=2770 vsize=868552 CPUtime=0.32
/proc/2771/task/2777/stat : 2777 (java) S 2770 2757 32292 0 -1 64 1545 0 0 0 31 1 0 0 16 0 9 0 75345086 889397248 19236 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2771/tid=2778] ppid=2770 vsize=868552 CPUtime=0
/proc/2771/task/2778/stat : 2778 (java) S 2770 2757 32292 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 75345086 889397248 19236 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2771/tid=2779] ppid=2770 vsize=868552 CPUtime=0
/proc/2771/task/2779/stat : 2779 (java) S 2770 2757 32292 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75345086 889397248 19236 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 218.03
Current children cumulated vsize (KiB) 890648

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

[startup+230.402 s]
/proc/loadavg: 2.53 2.61 2.73 5/92 2779
/proc/meminfo: memFree=15496/2055920 swapFree=4192812/4192956
[pid=2757] ppid=2755 vsize=16740 CPUtime=1.02
/proc/2757/stat : 2757 (sugar++) S 2755 2757 32292 0 -1 4194304 1297 9961 0 1 6 1 89 6 16 0 1 0 75344969 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2757/statm: 4185 1104 409 3 0 764 0
[pid=2770] ppid=2757 vsize=5356 CPUtime=0
/proc/2770/stat : 2770 (sh) S 2757 2757 32292 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75345081 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2770/statm: 1339 233 193 169 0 50 0
[pid=2771] ppid=2770 vsize=868552 CPUtime=224.87
/proc/2771/stat : 2771 (java) S 2770 2757 32292 0 -1 0 34288 0 1 0 21132 1355 0 0 18 0 9 0 75345082 889397248 19236 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2771/statm: 217138 19236 2567 9 0 211685 0
[pid=2771/tid=2772] ppid=2770 vsize=868552 CPUtime=216.9
/proc/2771/task/2772/stat : 2772 (java) R 2770 2757 32292 0 -1 64 16278 0 1 0 20433 1257 0 0 25 0 9 0 75345082 889397248 19236 996147200 134512640 134550740 4294955920 18446744073709551615 4127082060 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2771/tid=2773] ppid=2770 vsize=868552 CPUtime=7.62
/proc/2771/task/2773/stat : 2773 (java) S 2770 2757 32292 0 -1 64 15768 0 0 0 666 96 0 0 16 0 9 0 75345084 889397248 19236 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2771/tid=2774] ppid=2770 vsize=868552 CPUtime=0
/proc/2771/task/2774/stat : 2774 (java) S 2770 2757 32292 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75345084 889397248 19236 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2771/tid=2775] ppid=2770 vsize=868552 CPUtime=0
/proc/2771/task/2775/stat : 2775 (java) S 2770 2757 32292 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 75345084 889397248 19236 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2771/tid=2776] ppid=2770 vsize=868552 CPUtime=0
/proc/2771/task/2776/stat : 2776 (java) S 2770 2757 32292 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 75345086 889397248 19236 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2771/tid=2777] ppid=2770 vsize=868552 CPUtime=0.32
/proc/2771/task/2777/stat : 2777 (java) S 2770 2757 32292 0 -1 64 1545 0 0 0 31 1 0 0 16 0 9 0 75345086 889397248 19236 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2771/tid=2778] ppid=2770 vsize=868552 CPUtime=0
/proc/2771/task/2778/stat : 2778 (java) S 2770 2757 32292 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 75345086 889397248 19236 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2771/tid=2779] ppid=2770 vsize=868552 CPUtime=0
/proc/2771/task/2779/stat : 2779 (java) S 2770 2757 32292 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75345086 889397248 19236 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 225.89
Current children cumulated vsize (KiB) 890648

[startup+243.208 s]
/proc/loadavg: 2.57 2.61 2.73 3/92 2779
/proc/meminfo: memFree=15944/2055920 swapFree=4192812/4192956
[pid=2757] ppid=2755 vsize=16740 CPUtime=1.02
/proc/2757/stat : 2757 (sugar++) S 2755 2757 32292 0 -1 4194304 1297 9961 0 1 6 1 89 6 16 0 1 0 75344969 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2757/statm: 4185 1104 409 3 0 764 0
[pid=2770] ppid=2757 vsize=5356 CPUtime=0
/proc/2770/stat : 2770 (sh) S 2757 2757 32292 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75345081 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2770/statm: 1339 233 193 169 0 50 0
[pid=2771] ppid=2770 vsize=868552 CPUtime=237.34
/proc/2771/stat : 2771 (java) S 2770 2757 32292 0 -1 0 35146 0 1 0 22280 1454 0 0 18 0 9 0 75345082 889397248 19236 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2771/statm: 217138 19236 2567 9 0 211685 0
[pid=2771/tid=2772] ppid=2770 vsize=868552 CPUtime=228.97
/proc/2771/task/2772/stat : 2772 (java) R 2770 2757 32292 0 -1 64 17136 0 1 0 21546 1351 0 0 25 0 9 0 75345082 889397248 19236 996147200 134512640 134550740 4294955920 18446744073709551615 4126921812 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2771/tid=2773] ppid=2770 vsize=868552 CPUtime=8.03
/proc/2771/task/2773/stat : 2773 (java) S 2770 2757 32292 0 -1 64 15768 0 0 0 702 101 0 0 16 0 9 0 75345084 889397248 19236 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2771/tid=2774] ppid=2770 vsize=868552 CPUtime=0
/proc/2771/task/2774/stat : 2774 (java) S 2770 2757 32292 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75345084 889397248 19236 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2771/tid=2775] ppid=2770 vsize=868552 CPUtime=0
/proc/2771/task/2775/stat : 2775 (java) S 2770 2757 32292 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 75345084 889397248 19236 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2771/tid=2776] ppid=2770 vsize=868552 CPUtime=0
/proc/2771/task/2776/stat : 2776 (java) S 2770 2757 32292 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 75345086 889397248 19236 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2771/tid=2777] ppid=2770 vsize=868552 CPUtime=0.32
/proc/2771/task/2777/stat : 2777 (java) S 2770 2757 32292 0 -1 64 1545 0 0 0 31 1 0 0 16 0 9 0 75345086 889397248 19236 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2771/tid=2778] ppid=2770 vsize=868552 CPUtime=0
/proc/2771/task/2778/stat : 2778 (java) S 2770 2757 32292 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 75345086 889397248 19236 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2771/tid=2779] ppid=2770 vsize=868552 CPUtime=0
/proc/2771/task/2779/stat : 2779 (java) S 2770 2757 32292 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75345086 889397248 19236 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 238.36
Current children cumulated vsize (KiB) 890648

[startup+256.003 s]
/proc/loadavg: 2.48 2.59 2.72 3/92 2779
/proc/meminfo: memFree=15624/2055920 swapFree=4192812/4192956
[pid=2757] ppid=2755 vsize=16740 CPUtime=1.02
/proc/2757/stat : 2757 (sugar++) S 2755 2757 32292 0 -1 4194304 1297 9961 0 1 6 1 89 6 16 0 1 0 75344969 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2757/statm: 4185 1104 409 3 0 764 0
[pid=2770] ppid=2757 vsize=5356 CPUtime=0
/proc/2770/stat : 2770 (sh) S 2757 2757 32292 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75345081 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2770/statm: 1339 233 193 169 0 50 0
[pid=2771] ppid=2770 vsize=868552 CPUtime=249.77
/proc/2771/stat : 2771 (java) S 2770 2757 32292 0 -1 0 36000 0 1 0 23421 1556 0 0 18 0 9 0 75345082 889397248 19236 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2771/statm: 217138 19236 2567 9 0 211685 0
[pid=2771/tid=2772] ppid=2770 vsize=868552 CPUtime=240.98
/proc/2771/task/2772/stat : 2772 (java) R 2770 2757 32292 0 -1 64 17990 0 1 0 22652 1446 0 0 25 0 9 0 75345082 889397248 19236 996147200 134512640 134550740 4294955920 18446744073709551615 102064672 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2771/tid=2773] ppid=2770 vsize=868552 CPUtime=8.42
/proc/2771/task/2773/stat : 2773 (java) S 2770 2757 32292 0 -1 64 15768 0 0 0 736 106 0 0 16 0 9 0 75345084 889397248 19236 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2771/tid=2774] ppid=2770 vsize=868552 CPUtime=0
/proc/2771/task/2774/stat : 2774 (java) S 2770 2757 32292 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75345084 889397248 19236 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2771/tid=2775] ppid=2770 vsize=868552 CPUtime=0
/proc/2771/task/2775/stat : 2775 (java) S 2770 2757 32292 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 75345084 889397248 19236 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2771/tid=2776] ppid=2770 vsize=868552 CPUtime=0
/proc/2771/task/2776/stat : 2776 (java) S 2770 2757 32292 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 75345086 889397248 19236 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2771/tid=2777] ppid=2770 vsize=868552 CPUtime=0.32
/proc/2771/task/2777/stat : 2777 (java) S 2770 2757 32292 0 -1 64 1545 0 0 0 31 1 0 0 16 0 9 0 75345086 889397248 19236 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2771/tid=2778] ppid=2770 vsize=868552 CPUtime=0
/proc/2771/task/2778/stat : 2778 (java) S 2770 2757 32292 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 75345086 889397248 19236 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2771/tid=2779] ppid=2770 vsize=868552 CPUtime=0
/proc/2771/task/2779/stat : 2779 (java) S 2770 2757 32292 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75345086 889397248 19236 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 250.79
Current children cumulated vsize (KiB) 890648

[startup+259.201 s]
/proc/loadavg: 2.44 2.58 2.71 3/92 2779
/proc/meminfo: memFree=15304/2055920 swapFree=4192812/4192956
[pid=2757] ppid=2755 vsize=16740 CPUtime=1.02
/proc/2757/stat : 2757 (sugar++) S 2755 2757 32292 0 -1 4194304 1297 9961 0 1 6 1 89 6 16 0 1 0 75344969 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2757/statm: 4185 1104 409 3 0 764 0
[pid=2770] ppid=2757 vsize=5356 CPUtime=0
/proc/2770/stat : 2770 (sh) S 2757 2757 32292 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75345081 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2770/statm: 1339 233 193 169 0 50 0
[pid=2771] ppid=2770 vsize=868552 CPUtime=252.88
/proc/2771/stat : 2771 (java) S 2770 2757 32292 0 -1 0 36214 0 1 0 23708 1580 0 0 18 0 9 0 75345082 889397248 19236 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2771/statm: 217138 19236 2567 9 0 211685 0
[pid=2771/tid=2772] ppid=2770 vsize=868552 CPUtime=243.99
/proc/2771/task/2772/stat : 2772 (java) R 2770 2757 32292 0 -1 64 18204 0 1 0 22930 1469 0 0 25 0 9 0 75345082 889397248 19236 996147200 134512640 134550740 4294955920 18446744073709551615 4126566359 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2771/tid=2773] ppid=2770 vsize=868552 CPUtime=8.54
/proc/2771/task/2773/stat : 2773 (java) S 2770 2757 32292 0 -1 64 15768 0 0 0 746 108 0 0 16 0 9 0 75345084 889397248 19236 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2771/tid=2774] ppid=2770 vsize=868552 CPUtime=0
/proc/2771/task/2774/stat : 2774 (java) S 2770 2757 32292 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75345084 889397248 19236 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2771/tid=2775] ppid=2770 vsize=868552 CPUtime=0
/proc/2771/task/2775/stat : 2775 (java) S 2770 2757 32292 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 75345084 889397248 19236 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2771/tid=2776] ppid=2770 vsize=868552 CPUtime=0
/proc/2771/task/2776/stat : 2776 (java) S 2770 2757 32292 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 75345086 889397248 19236 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2771/tid=2777] ppid=2770 vsize=868552 CPUtime=0.32
/proc/2771/task/2777/stat : 2777 (java) S 2770 2757 32292 0 -1 64 1545 0 0 0 31 1 0 0 16 0 9 0 75345086 889397248 19236 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2771/tid=2778] ppid=2770 vsize=868552 CPUtime=0
/proc/2771/task/2778/stat : 2778 (java) S 2770 2757 32292 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 75345086 889397248 19236 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2771/tid=2779] ppid=2770 vsize=868552 CPUtime=0
/proc/2771/task/2779/stat : 2779 (java) S 2770 2757 32292 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75345086 889397248 19236 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 253.9
Current children cumulated vsize (KiB) 890648

[startup+260.807 s]
/proc/loadavg: 2.44 2.58 2.71 2/82 2779
/proc/meminfo: memFree=83608/2055920 swapFree=4192812/4192956
[pid=2757] ppid=2755 vsize=16740 CPUtime=254.98
/proc/2757/stat : 2757 (sugar++) D 2755 2757 32292 0 -1 4194304 1320 46541 0 2 6 1 23894 1597 15 0 1 0 75344969 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 244671288361 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/2757/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 254.98
Current children cumulated vsize (KiB) 16740

[startup+262.401 s]
/proc/loadavg: 2.40 2.57 2.71 2/82 2779
/proc/meminfo: memFree=1903960/2055920 swapFree=4192812/4192956
[pid=2757] ppid=2755 vsize=16740 CPUtime=255.9
/proc/2757/stat : 2757 (sugar++) D 2755 2757 32292 0 -1 4194304 1320 46541 0 2 6 93 23894 1597 15 0 1 0 75344969 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 244671288361 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/2757/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 255.9
Current children cumulated vsize (KiB) 16740

[startup+262.801 s]
/proc/loadavg: 2.40 2.57 2.71 2/82 2779
/proc/meminfo: memFree=1903960/2055920 swapFree=4192812/4192956
[pid=2757] ppid=2755 vsize=16740 CPUtime=255.91
/proc/2757/stat : 2757 (sugar++) D 2755 2757 32292 0 -1 4194304 1320 46541 0 2 6 94 23894 1597 15 0 1 0 75344969 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 244671288361 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/2757/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 255.91
Current children cumulated vsize (KiB) 16740

[startup+263.006 s]
/proc/loadavg: 2.40 2.57 2.71 2/82 2779
/proc/meminfo: memFree=1903576/2055920 swapFree=4192812/4192956
[pid=2757] ppid=2755 vsize=16740 CPUtime=255.92
/proc/2757/stat : 2757 (sugar++) D 2755 2757 32292 0 -1 4194304 1320 46541 0 2 6 95 23894 1597 15 0 1 0 75344969 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 244671288361 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/2757/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 255.92
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 263.062
CPU time (s): 255.94
CPU user time (s): 239.009
CPU system time (s): 16.9314
CPU usage (%): 97.2929
Max. virtual memory (cumulated for all children) (KiB): 891540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 239.009
system time used= 16.9314
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47917
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= 113359
involuntary context switches= 119320

runsolver used 0.299954 second user time and 0.959854 second system time

The end

Launcher Data (download as text)

Begin job on node7 at 2008-07-16 07:33:37
IDJOB=1126675
IDBENCH=64274
IDSOLVER=367
FILE ID=node7/1126675-1216186417
PBS_JOBID= 7905812
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/spot5/normalized-spot5-1405_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-1126675-1216186417/watcher-1126675-1216186417 -o /tmp/evaluation-result-1126675-1216186417/solver-1126675-1216186417 -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-1126675-1216186417.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e2ab783acee4c2ab57ea82f6bcb6ed35
RANDOM SEED=208316544

node7.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.259
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.259
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:       1704896 kB
Buffers:         28504 kB
Cached:         202696 kB
SwapCached:          0 kB
Active:         132004 kB
Inactive:       152228 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1704896 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2320 kB
Writeback:           0 kB
Mapped:          73152 kB
Slab:            51640 kB
Committed_AS:   469324 kB
PageTables:       2156 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= 66556 MiB
End job on node7 at 2008-07-16 07:38:01