Trace number 1126619

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? 252.535 262.406

General information on the benchmark

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

Solver Data (download as text)

0.04/0.24	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.04/0.24	c 0	BEGIN Wed Jul 16 07:16:41 2008
0.04/0.24	c 0	PID 1970
0.04/0.25	c 0	HOST node22.alineos.net
0.04/0.25	c 0	CONVERTING HOME/instance-1126619-1216185401.xml TO HOME/temp.csp
0.04/0.25	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1126619-1216185401.xml' 'HOME/temp.csp'
1.05/1.36	c 1	3 domains, 1058 variables, 0 predicates, 29 relations, 21786 constraints
1.12/1.41	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.12/1.41	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.12/1.49	c 2	Parsing HOME/temp.csp
1.13/1.82	c 2	parsed 10000 expressions
1.13/2.07	c 2	parsed 20000 expressions
1.79/2.14	c 2	parsed 22876 expressions
1.79/2.14	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.09/2.41	c 3	MAX CSP: 21786 constraints
2.09/2.41	c 3	Converting to clausal form CSP
2.29/2.67	c 3	converted 4467 (10%) expressions
2.38/2.73	c 3	converted 8933 (20%) expressions
2.38/2.79	c 3	converted 13400 (30%) expressions
2.50/2.85	c 3	converted 17866 (40%) expressions
2.69/3.05	c 3	converted 22333 (50%) expressions
2.78/3.12	c 3	converted 26799 (60%) expressions
2.78/3.19	c 3	converted 31266 (70%) expressions
2.88/3.26	c 3	converted 35732 (80%) expressions
2.98/3.31	c 3	converted 40199 (90%) expressions
5.34/5.79	c 6	converted 44665 (100%) expressions
5.34/5.80	c 6	CSP : 44630 integers, 0 booleans, 65357 clauses, largest domain size 32680
5.34/5.80	c 6	Heap : 63 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.34/5.80	c 6	Propagation in CSP
6.15/6.59	c 7	21779 values, 0 unsatisfiable literals, and 0 valid clauses are removed
6.15/6.60	c 7	CSP : 44630 integers, 0 booleans, 65357 clauses, largest domain size 21787
6.15/6.60	c 7	Heap : 63 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.24/6.62	c 7	Simplifing CSP by introducing new Boolean variables
6.24/6.65	c 7	CSP : 44630 integers, 0 booleans, 65357 clauses, largest domain size 21787
6.24/6.65	c 7	Heap : 61 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.64/7.07	c 7	Encoding CSP to SAT : HOME/temp.cnf
6.73/7.12	c 7	4463 (10%) CSP integer variables are encoded (1298 clauses, 15962 bytes)
6.73/7.12	c 7	8926 (20%) CSP integer variables are encoded (1298 clauses, 15962 bytes)
6.73/7.13	c 7	13389 (30%) CSP integer variables are encoded (1298 clauses, 15962 bytes)
6.73/7.14	c 7	17852 (40%) CSP integer variables are encoded (1298 clauses, 15962 bytes)
6.73/7.14	c 7	22315 (50%) CSP integer variables are encoded (1298 clauses, 15962 bytes)
6.84/7.22	c 7	26778 (60%) CSP integer variables are encoded (61205 clauses, 914567 bytes)
7.23/7.63	c 8	31241 (70%) CSP integer variables are encoded (371622 clauses, 6169869 bytes)
7.33/7.74	c 8	35704 (80%) CSP integer variables are encoded (459525 clauses, 7664220 bytes)
7.43/7.81	c 8	40167 (90%) CSP integer variables are encoded (512624 clauses, 8566903 bytes)
7.43/7.90	c 8	44630 (100%) CSP integer variables are encoded (578546 clauses, 9687577 bytes)
7.72/8.12	c 8	6536 (10%) CSP clauses are encoded (588397 clauses, 9899971 bytes)
7.82/8.29	c 8	13072 (20%) CSP clauses are encoded (602371 clauses, 10256233 bytes)
8.02/8.49	c 9	19608 (30%) CSP clauses are encoded (613358 clauses, 10562931 bytes)
12.35/12.84	c 13	26143 (40%) CSP clauses are encoded (2984725 clauses, 61295067 bytes)
62.79/65.08	c 65	32679 (50%) CSP clauses are encoded (30416033 clauses, 690642329 bytes)
251.42/258.29	c 258	ERROR Exception Too large HOME/temp.cnf
251.48/258.39	c 258	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
251.48/258.39	c 258	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
251.48/258.39	c 258	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
251.48/258.39	s UNKNOWN
251.49/259.01	c 259	CPU 237.35 (0.05 0.02 237.3 14.13)
251.49/259.01	c 259	END Wed Jul 16 07:21:00 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-1126619-1216185401/watcher-1126619-1216185401 -o /tmp/evaluation-result-1126619-1216185401/solver-1126619-1216185401 -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-1126619-1216185401.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.06 2.03 2.00 4/81 1970
/proc/meminfo: memFree=1906508/2055920 swapFree=4192812/4192956
[pid=1970] ppid=1968 vsize=18572 CPUtime=0
/proc/1970/stat : 1970 (runsolver) R 1968 1970 1653 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 75242612 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 272467815719 0 0 4096 24578 0 0 0 17 1 0 0
/proc/1970/statm: 4643 292 257 25 0 2626 0

[startup+0.011467 s]
/proc/loadavg: 2.06 2.03 2.00 4/81 1970
/proc/meminfo: memFree=1906508/2055920 swapFree=4192812/4192956
[pid=1970] ppid=1968 vsize=18572 CPUtime=0
/proc/1970/stat : 1970 (runsolver) D 1968 1970 1653 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 75242612 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 272467815719 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/1970/statm: 4643 292 257 25 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18572

[startup+0.101475 s]
/proc/loadavg: 2.06 2.03 2.00 4/81 1970
/proc/meminfo: memFree=1906508/2055920 swapFree=4192812/4192956
[pid=1970] ppid=1968 vsize=12272 CPUtime=0
/proc/1970/stat : 1970 (sugar++) D 1968 1970 1653 0 -1 4194304 362 0 0 0 0 0 0 0 18 0 1 0 75242612 12566528 330 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/1970/statm: 3068 330 246 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.301493 s]
/proc/loadavg: 2.06 2.03 2.00 4/81 1970
/proc/meminfo: memFree=1906508/2055920 swapFree=4192812/4192956
[pid=1970] ppid=1968 vsize=16740 CPUtime=0.07
/proc/1970/stat : 1970 (sugar++) S 1968 1970 1653 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 75242612 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1970/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.701519 s]
/proc/loadavg: 2.06 2.03 2.00 4/81 1970
/proc/meminfo: memFree=1906508/2055920 swapFree=4192812/4192956
[pid=1970] ppid=1968 vsize=16740 CPUtime=0.07
/proc/1970/stat : 1970 (sugar++) S 1968 1970 1653 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 75242612 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1970/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+1.50257 s]
/proc/loadavg: 2.06 2.03 2.00 4/92 1984
/proc/meminfo: memFree=1879924/2055920 swapFree=4192812/4192956
[pid=1970] ppid=1968 vsize=16740 CPUtime=1.13
/proc/1970/stat : 1970 (sugar++) S 1968 1970 1653 0 -1 4194304 1297 10723 0 2 5 2 99 7 16 0 1 0 75242612 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1970/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 16740

[startup+3.10572 s]
/proc/loadavg: 2.05 2.03 2.00 4/92 1995
/proc/meminfo: memFree=1889076/2055920 swapFree=4192812/4192956
[pid=1970] ppid=1968 vsize=16740 CPUtime=1.13
/proc/1970/stat : 1970 (sugar++) S 1968 1970 1653 0 -1 4194304 1297 10723 0 2 5 2 99 7 15 0 1 0 75242612 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1970/statm: 4185 1104 409 3 0 764 0
[pid=1985] ppid=1970 vsize=5356 CPUtime=0
/proc/1985/stat : 1985 (sh) S 1970 1970 1653 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75242754 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1985/statm: 1339 233 193 169 0 50 0
[pid=1986] ppid=1985 vsize=868432 CPUtime=1.65
/proc/1986/stat : 1986 (java) S 1985 1970 1653 0 -1 0 12804 0 1 0 158 7 0 0 19 0 9 0 75242754 889274368 11424 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1986/statm: 217108 11424 2540 9 0 211683 0
[pid=1986/tid=1987] ppid=1985 vsize=868432 CPUtime=0.85
/proc/1986/task/1987/stat : 1987 (java) R 1985 1970 1653 0 -1 64 2916 0 1 0 83 2 0 0 21 0 9 0 75242755 889274368 11424 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1986/tid=1988] ppid=1985 vsize=868432 CPUtime=0.58
/proc/1986/task/1988/stat : 1988 (java) R 1985 1970 1653 0 -1 64 7727 0 0 0 55 3 0 0 15 0 9 0 75242756 889274368 11424 996147200 134512640 134550740 4294955920 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1986/tid=1989] ppid=1985 vsize=868432 CPUtime=0
/proc/1986/task/1989/stat : 1989 (java) S 1985 1970 1653 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75242756 889274368 11424 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1986/tid=1990] ppid=1985 vsize=868432 CPUtime=0
/proc/1986/task/1990/stat : 1990 (java) S 1985 1970 1653 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 75242756 889274368 11424 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1986/tid=1991] ppid=1985 vsize=868432 CPUtime=0
/proc/1986/task/1991/stat : 1991 (java) S 1985 1970 1653 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 75242758 889274368 11424 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1986/tid=1993] ppid=1985 vsize=868432 CPUtime=0.19
/proc/1986/task/1993/stat : 1993 (java) S 1985 1970 1653 0 -1 64 1464 0 0 0 19 0 0 0 16 0 9 0 75242758 889274368 11424 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1986/tid=1994] ppid=1985 vsize=868432 CPUtime=0
/proc/1986/task/1994/stat : 1994 (java) S 1985 1970 1653 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 75242758 889274368 11424 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1986/tid=1995] ppid=1985 vsize=868432 CPUtime=0
/proc/1986/task/1995/stat : 1995 (java) S 1985 1970 1653 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75242758 889274368 11424 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 890528

[startup+6.3019 s]
/proc/loadavg: 2.05 2.03 2.00 4/92 1995
/proc/meminfo: memFree=1827892/2055920 swapFree=4192812/4192956
[pid=1970] ppid=1968 vsize=16740 CPUtime=1.13
/proc/1970/stat : 1970 (sugar++) S 1968 1970 1653 0 -1 4194304 1297 10723 0 2 5 2 99 7 16 0 1 0 75242612 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1970/statm: 4185 1104 409 3 0 764 0
[pid=1985] ppid=1970 vsize=5356 CPUtime=0
/proc/1985/stat : 1985 (sh) S 1970 1970 1653 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75242754 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1985/statm: 1339 233 193 169 0 50 0
[pid=1986] ppid=1985 vsize=868432 CPUtime=4.82
/proc/1986/stat : 1986 (java) S 1985 1970 1653 0 -1 0 23782 0 1 0 468 14 0 0 19 0 9 0 75242754 889274368 21962 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1986/statm: 217108 21962 2540 9 0 211683 0
[pid=1986/tid=1987] ppid=1985 vsize=868432 CPUtime=2.96
/proc/1986/task/1987/stat : 1987 (java) R 1985 1970 1653 0 -1 64 3586 0 1 0 293 3 0 0 25 0 9 0 75242755 889274368 21962 996147200 134512640 134550740 4294955920 18446744073709551615 4127003459 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1986/tid=1988] ppid=1985 vsize=868432 CPUtime=1.6
/proc/1986/task/1988/stat : 1988 (java) S 1985 1970 1653 0 -1 64 18007 0 0 0 151 9 0 0 16 0 9 0 75242756 889274368 21962 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1986/tid=1989] ppid=1985 vsize=868432 CPUtime=0
/proc/1986/task/1989/stat : 1989 (java) S 1985 1970 1653 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75242756 889274368 21962 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1986/tid=1990] ppid=1985 vsize=868432 CPUtime=0
/proc/1986/task/1990/stat : 1990 (java) S 1985 1970 1653 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 75242756 889274368 21962 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1986/tid=1991] ppid=1985 vsize=868432 CPUtime=0
/proc/1986/task/1991/stat : 1991 (java) S 1985 1970 1653 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 75242758 889274368 21962 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1986/tid=1993] ppid=1985 vsize=868432 CPUtime=0.23
/proc/1986/task/1993/stat : 1993 (java) S 1985 1970 1653 0 -1 64 1492 0 0 0 23 0 0 0 16 0 9 0 75242758 889274368 21962 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1986/tid=1994] ppid=1985 vsize=868432 CPUtime=0
/proc/1986/task/1994/stat : 1994 (java) S 1985 1970 1653 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 75242758 889274368 21962 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1986/tid=1995] ppid=1985 vsize=868432 CPUtime=0
/proc/1986/task/1995/stat : 1995 (java) S 1985 1970 1653 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75242758 889274368 21962 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 890528

[startup+12.7013 s]
/proc/loadavg: 2.20 2.06 2.01 3/92 1995
/proc/meminfo: memFree=1770740/2055920 swapFree=4192812/4192956
[pid=1970] ppid=1968 vsize=16740 CPUtime=1.13
/proc/1970/stat : 1970 (sugar++) S 1968 1970 1653 0 -1 4194304 1297 10723 0 2 5 2 99 7 15 0 1 0 75242612 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1970/statm: 4185 1104 409 3 0 764 0
[pid=1985] ppid=1970 vsize=5356 CPUtime=0
/proc/1985/stat : 1985 (sh) S 1970 1970 1653 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75242754 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1985/statm: 1339 233 193 169 0 50 0
[pid=1986] ppid=1985 vsize=868544 CPUtime=11.12
/proc/1986/stat : 1986 (java) S 1985 1970 1653 0 -1 0 29673 0 2 0 1060 52 0 0 19 0 9 0 75242754 889389056 22068 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1986/statm: 217136 22068 2567 9 0 211683 0
[pid=1986/tid=1987] ppid=1985 vsize=868544 CPUtime=8.55
/proc/1986/task/1987/stat : 1987 (java) R 1985 1970 1653 0 -1 64 3915 0 2 0 818 37 0 0 25 0 9 0 75242755 889389056 22068 996147200 134512640 134550740 4294955920 18446744073709551615 4126568904 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1986/tid=1988] ppid=1985 vsize=868544 CPUtime=2.23
/proc/1986/task/1988/stat : 1988 (java) S 1985 1970 1653 0 -1 64 23517 0 0 0 210 13 0 0 16 0 9 0 75242756 889389056 22068 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1986/tid=1989] ppid=1985 vsize=868544 CPUtime=0
/proc/1986/task/1989/stat : 1989 (java) S 1985 1970 1653 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75242756 889389056 22068 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1986/tid=1990] ppid=1985 vsize=868544 CPUtime=0
/proc/1986/task/1990/stat : 1990 (java) S 1985 1970 1653 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 75242756 889389056 22068 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1986/tid=1991] ppid=1985 vsize=868544 CPUtime=0
/proc/1986/task/1991/stat : 1991 (java) S 1985 1970 1653 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 75242758 889389056 22068 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1986/tid=1993] ppid=1985 vsize=868544 CPUtime=0.32
/proc/1986/task/1993/stat : 1993 (java) S 1985 1970 1653 0 -1 64 1544 0 0 0 31 1 0 0 16 0 9 0 75242758 889389056 22068 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1986/tid=1994] ppid=1985 vsize=868544 CPUtime=0
/proc/1986/task/1994/stat : 1994 (java) S 1985 1970 1653 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 75242758 889389056 22068 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1986/tid=1995] ppid=1985 vsize=868544 CPUtime=0
/proc/1986/task/1995/stat : 1995 (java) S 1985 1970 1653 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75242758 889389056 22068 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.25
Current children cumulated vsize (KiB) 890640

[startup+25.5022 s]
/proc/loadavg: 2.32 2.09 2.02 3/92 1995
/proc/meminfo: memFree=1614772/2055920 swapFree=4192812/4192956
[pid=1970] ppid=1968 vsize=16740 CPUtime=1.13
/proc/1970/stat : 1970 (sugar++) S 1968 1970 1653 0 -1 4194304 1297 10723 0 2 5 2 99 7 16 0 1 0 75242612 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1970/statm: 4185 1104 409 3 0 764 0
[pid=1985] ppid=1970 vsize=5356 CPUtime=0
/proc/1985/stat : 1985 (sh) S 1970 1970 1653 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75242754 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1985/statm: 1339 233 193 169 0 50 0
[pid=1986] ppid=1985 vsize=868544 CPUtime=23.59
/proc/1986/stat : 1986 (java) S 1985 1970 1653 0 -1 0 30266 0 2 0 2214 145 0 0 19 0 9 0 75242754 889389056 22068 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1986/statm: 217136 22068 2567 9 0 211683 0
[pid=1986/tid=1987] ppid=1985 vsize=868544 CPUtime=20.71
/proc/1986/task/1987/stat : 1987 (java) R 1985 1970 1653 0 -1 64 4508 0 2 0 1945 126 0 0 25 0 9 0 75242755 889389056 22068 996147200 134512640 134550740 4294955920 18446744073709551615 4126568917 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1986/tid=1988] ppid=1985 vsize=868544 CPUtime=2.52
/proc/1986/task/1988/stat : 1988 (java) S 1985 1970 1653 0 -1 64 23517 0 0 0 236 16 0 0 16 0 9 0 75242756 889389056 22068 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1986/tid=1989] ppid=1985 vsize=868544 CPUtime=0
/proc/1986/task/1989/stat : 1989 (java) S 1985 1970 1653 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75242756 889389056 22068 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1986/tid=1990] ppid=1985 vsize=868544 CPUtime=0
/proc/1986/task/1990/stat : 1990 (java) S 1985 1970 1653 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 75242756 889389056 22068 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1986/tid=1991] ppid=1985 vsize=868544 CPUtime=0
/proc/1986/task/1991/stat : 1991 (java) S 1985 1970 1653 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 75242758 889389056 22068 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1986/tid=1993] ppid=1985 vsize=868544 CPUtime=0.32
/proc/1986/task/1993/stat : 1993 (java) S 1985 1970 1653 0 -1 64 1544 0 0 0 31 1 0 0 16 0 9 0 75242758 889389056 22068 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1986/tid=1994] ppid=1985 vsize=868544 CPUtime=0
/proc/1986/task/1994/stat : 1994 (java) S 1985 1970 1653 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 75242758 889389056 22068 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1986/tid=1995] ppid=1985 vsize=868544 CPUtime=0
/proc/1986/task/1995/stat : 1995 (java) S 1985 1970 1653 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75242758 889389056 22068 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.72
Current children cumulated vsize (KiB) 890640

[startup+51.1029 s]
/proc/loadavg: 2.68 2.19 2.06 3/92 1995
/proc/meminfo: memFree=1305140/2055920 swapFree=4192812/4192956
[pid=1970] ppid=1968 vsize=16740 CPUtime=1.13
/proc/1970/stat : 1970 (sugar++) S 1968 1970 1653 0 -1 4194304 1297 10723 0 2 5 2 99 7 16 0 1 0 75242612 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1970/statm: 4185 1104 409 3 0 764 0
[pid=1985] ppid=1970 vsize=5356 CPUtime=0
/proc/1985/stat : 1985 (sh) S 1970 1970 1653 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75242754 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1985/statm: 1339 233 193 169 0 50 0
[pid=1986] ppid=1985 vsize=868544 CPUtime=48.07
/proc/1986/stat : 1986 (java) S 1985 1970 1653 0 -1 0 31428 0 2 0 4478 329 0 0 19 0 9 0 75242754 889389056 22068 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

[startup+222.302 s]
/proc/loadavg: 2.44 2.24 2.09 3/92 1997
/proc/meminfo: memFree=70452/2055920 swapFree=4192812/4192956
[pid=1970] ppid=1968 vsize=16740 CPUtime=1.13
/proc/1970/stat : 1970 (sugar++) S 1968 1970 1653 0 -1 4194304 1297 10723 0 2 5 2 99 7 16 0 1 0 75242612 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1970/statm: 4185 1104 409 3 0 764 0
[pid=1985] ppid=1970 vsize=5356 CPUtime=0
/proc/1985/stat : 1985 (sh) S 1970 1970 1653 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75242754 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1985/statm: 1339 233 193 169 0 50 0
[pid=1986] ppid=1985 vsize=868544 CPUtime=216.06
/proc/1986/stat : 1986 (java) S 1985 1970 1653 0 -1 0 37127 0 2 0 20491 1115 0 0 19 0 9 0 75242754 889389056 22068 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1986/statm: 217136 22068 2567 9 0 211683 0
[pid=1986/tid=1987] ppid=1985 vsize=868544 CPUtime=209.7
/proc/1986/task/1987/stat : 1987 (java) R 1985 1970 1653 0 -1 64 11369 0 2 0 19918 1052 0 0 25 0 9 0 75242755 889389056 22068 996147200 134512640 134550740 4294955920 18446744073709551615 4127214662 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1986/tid=1988] ppid=1985 vsize=868544 CPUtime=6
/proc/1986/task/1988/stat : 1988 (java) S 1985 1970 1653 0 -1 64 23517 0 0 0 540 60 0 0 16 0 9 0 75242756 889389056 22068 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1986/tid=1989] ppid=1985 vsize=868544 CPUtime=0
/proc/1986/task/1989/stat : 1989 (java) S 1985 1970 1653 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75242756 889389056 22068 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1986/tid=1990] ppid=1985 vsize=868544 CPUtime=0
/proc/1986/task/1990/stat : 1990 (java) S 1985 1970 1653 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 75242756 889389056 22068 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1986/tid=1991] ppid=1985 vsize=868544 CPUtime=0
/proc/1986/task/1991/stat : 1991 (java) S 1985 1970 1653 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 75242758 889389056 22068 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1986/tid=1993] ppid=1985 vsize=868544 CPUtime=0.32
/proc/1986/task/1993/stat : 1993 (java) S 1985 1970 1653 0 -1 64 1544 0 0 0 31 1 0 0 16 0 9 0 75242758 889389056 22068 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1986/tid=1994] ppid=1985 vsize=868544 CPUtime=0
/proc/1986/task/1994/stat : 1994 (java) S 1985 1970 1653 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 75242758 889389056 22068 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1986/tid=1995] ppid=1985 vsize=868544 CPUtime=0
/proc/1986/task/1995/stat : 1995 (java) S 1985 1970 1653 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75242758 889389056 22068 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 217.19
Current children cumulated vsize (KiB) 890640

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

[startup+230.303 s]
/proc/loadavg: 2.49 2.25 2.10 3/92 1997
/proc/meminfo: memFree=15732/2055920 swapFree=4192812/4192956
[pid=1970] ppid=1968 vsize=16740 CPUtime=1.13
/proc/1970/stat : 1970 (sugar++) S 1968 1970 1653 0 -1 4194304 1297 10723 0 2 5 2 99 7 16 0 1 0 75242612 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1970/statm: 4185 1104 409 3 0 764 0
[pid=1985] ppid=1970 vsize=5356 CPUtime=0
/proc/1985/stat : 1985 (sh) S 1970 1970 1653 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75242754 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1985/statm: 1339 233 193 169 0 50 0
[pid=1986] ppid=1985 vsize=868544 CPUtime=223.69
/proc/1986/stat : 1986 (java) S 1985 1970 1653 0 -1 0 37497 0 2 0 21189 1180 0 0 19 0 9 0 75242754 889389056 22068 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1986/statm: 217136 22068 2567 9 0 211683 0
[pid=1986/tid=1987] ppid=1985 vsize=868544 CPUtime=217.15
/proc/1986/task/1987/stat : 1987 (java) R 1985 1970 1653 0 -1 64 11739 0 2 0 20600 1115 0 0 25 0 9 0 75242755 889389056 22068 996147200 134512640 134550740 4294955920 18446744073709551615 4126626704 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1986/tid=1988] ppid=1985 vsize=868544 CPUtime=6.18
/proc/1986/task/1988/stat : 1988 (java) S 1985 1970 1653 0 -1 64 23517 0 0 0 556 62 0 0 16 0 9 0 75242756 889389056 22068 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1986/tid=1989] ppid=1985 vsize=868544 CPUtime=0
/proc/1986/task/1989/stat : 1989 (java) S 1985 1970 1653 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75242756 889389056 22068 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1986/tid=1990] ppid=1985 vsize=868544 CPUtime=0
/proc/1986/task/1990/stat : 1990 (java) S 1985 1970 1653 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 75242756 889389056 22068 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1986/tid=1991] ppid=1985 vsize=868544 CPUtime=0
/proc/1986/task/1991/stat : 1991 (java) S 1985 1970 1653 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 75242758 889389056 22068 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1986/tid=1993] ppid=1985 vsize=868544 CPUtime=0.32
/proc/1986/task/1993/stat : 1993 (java) S 1985 1970 1653 0 -1 64 1544 0 0 0 31 1 0 0 16 0 9 0 75242758 889389056 22068 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1986/tid=1994] ppid=1985 vsize=868544 CPUtime=0
/proc/1986/task/1994/stat : 1994 (java) S 1985 1970 1653 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 75242758 889389056 22068 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1986/tid=1995] ppid=1985 vsize=868544 CPUtime=0
/proc/1986/task/1995/stat : 1995 (java) S 1985 1970 1653 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75242758 889389056 22068 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 224.82
Current children cumulated vsize (KiB) 890640

[startup+243.108 s]
/proc/loadavg: 2.60 2.29 2.11 3/92 1997
/proc/meminfo: memFree=15284/2055920 swapFree=4192812/4192956
[pid=1970] ppid=1968 vsize=16740 CPUtime=1.13
/proc/1970/stat : 1970 (sugar++) S 1968 1970 1653 0 -1 4194304 1297 10723 0 2 5 2 99 7 16 0 1 0 75242612 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1970/statm: 4185 1104 409 3 0 764 0
[pid=1985] ppid=1970 vsize=5356 CPUtime=0
/proc/1985/stat : 1985 (sh) S 1970 1970 1653 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75242754 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1985/statm: 1339 233 193 169 0 50 0
[pid=1986] ppid=1985 vsize=868544 CPUtime=235.89
/proc/1986/stat : 1986 (java) S 1985 1970 1653 0 -1 0 38084 0 2 0 22305 1284 0 0 19 0 9 0 75242754 889389056 22068 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1986/statm: 217136 22068 2567 9 0 211683 0
[pid=1986/tid=1987] ppid=1985 vsize=868544 CPUtime=229.06
/proc/1986/task/1987/stat : 1987 (java) R 1985 1970 1653 0 -1 64 12326 0 2 0 21691 1215 0 0 25 0 9 0 75242755 889389056 22068 996147200 134512640 134550740 4294955920 18446744073709551615 4126921925 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1986/tid=1988] ppid=1985 vsize=868544 CPUtime=6.47
/proc/1986/task/1988/stat : 1988 (java) S 1985 1970 1653 0 -1 64 23517 0 0 0 581 66 0 0 16 0 9 0 75242756 889389056 22068 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1986/tid=1989] ppid=1985 vsize=868544 CPUtime=0
/proc/1986/task/1989/stat : 1989 (java) S 1985 1970 1653 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75242756 889389056 22068 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1986/tid=1990] ppid=1985 vsize=868544 CPUtime=0
/proc/1986/task/1990/stat : 1990 (java) S 1985 1970 1653 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 75242756 889389056 22068 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1986/tid=1991] ppid=1985 vsize=868544 CPUtime=0
/proc/1986/task/1991/stat : 1991 (java) S 1985 1970 1653 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 75242758 889389056 22068 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1986/tid=1993] ppid=1985 vsize=868544 CPUtime=0.32
/proc/1986/task/1993/stat : 1993 (java) S 1985 1970 1653 0 -1 64 1544 0 0 0 31 1 0 0 16 0 9 0 75242758 889389056 22068 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1986/tid=1994] ppid=1985 vsize=868544 CPUtime=0
/proc/1986/task/1994/stat : 1994 (java) S 1985 1970 1653 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 75242758 889389056 22068 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1986/tid=1995] ppid=1985 vsize=868544 CPUtime=0
/proc/1986/task/1995/stat : 1995 (java) R 1985 1970 1653 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75242758 889389056 22068 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 237.02
Current children cumulated vsize (KiB) 890640

[startup+255.903 s]
/proc/loadavg: 2.74 2.33 2.13 3/92 1997
/proc/meminfo: memFree=14900/2055920 swapFree=4192812/4192956
[pid=1970] ppid=1968 vsize=16740 CPUtime=1.13
/proc/1970/stat : 1970 (sugar++) S 1968 1970 1653 0 -1 4194304 1297 10723 0 2 5 2 99 7 16 0 1 0 75242612 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1970/statm: 4185 1104 409 3 0 764 0
[pid=1985] ppid=1970 vsize=5356 CPUtime=0
/proc/1985/stat : 1985 (sh) S 1970 1970 1653 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75242754 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1985/statm: 1339 233 193 169 0 50 0
[pid=1986] ppid=1985 vsize=868544 CPUtime=248.05
/proc/1986/stat : 1986 (java) S 1985 1970 1653 0 -1 0 38671 0 2 0 23420 1385 0 0 19 0 9 0 75242754 889389056 22068 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1986/statm: 217136 22068 2567 9 0 211683 0
[pid=1986/tid=1987] ppid=1985 vsize=868544 CPUtime=240.91
/proc/1986/task/1987/stat : 1987 (java) R 1985 1970 1653 0 -1 64 12913 0 2 0 22780 1311 0 0 25 0 9 0 75242755 889389056 22068 996147200 134512640 134550740 4294955920 18446744073709551615 4126931732 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1986/tid=1988] ppid=1985 vsize=868544 CPUtime=6.78
/proc/1986/task/1988/stat : 1988 (java) S 1985 1970 1653 0 -1 64 23517 0 0 0 607 71 0 0 16 0 9 0 75242756 889389056 22068 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1986/tid=1989] ppid=1985 vsize=868544 CPUtime=0
/proc/1986/task/1989/stat : 1989 (java) S 1985 1970 1653 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75242756 889389056 22068 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1986/tid=1990] ppid=1985 vsize=868544 CPUtime=0
/proc/1986/task/1990/stat : 1990 (java) S 1985 1970 1653 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 75242756 889389056 22068 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1986/tid=1991] ppid=1985 vsize=868544 CPUtime=0
/proc/1986/task/1991/stat : 1991 (java) S 1985 1970 1653 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 75242758 889389056 22068 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1986/tid=1993] ppid=1985 vsize=868544 CPUtime=0.32
/proc/1986/task/1993/stat : 1993 (java) S 1985 1970 1653 0 -1 64 1544 0 0 0 31 1 0 0 16 0 9 0 75242758 889389056 22068 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1986/tid=1994] ppid=1985 vsize=868544 CPUtime=0
/proc/1986/task/1994/stat : 1994 (java) S 1985 1970 1653 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 75242758 889389056 22068 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1986/tid=1995] ppid=1985 vsize=868544 CPUtime=0
/proc/1986/task/1995/stat : 1995 (java) S 1985 1970 1653 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75242758 889389056 22068 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 249.18
Current children cumulated vsize (KiB) 890640

[startup+259.103 s]
/proc/loadavg: 2.84 2.35 2.14 2/90 1997
/proc/meminfo: memFree=15220/2055920 swapFree=4192812/4192956
[pid=1970] ppid=1968 vsize=16740 CPUtime=251.5
/proc/1970/stat : 1970 (sugar++) D 1968 1970 1653 0 -1 4194304 1320 49800 0 4 5 2 23730 1413 15 0 1 0 75242612 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 272467989545 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/1970/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 251.5
Current children cumulated vsize (KiB) 16740

[startup+260.706 s]
/proc/loadavg: 2.84 2.35 2.14 2/82 1997
/proc/meminfo: memFree=1904132/2055920 swapFree=4192812/4192956
[pid=1970] ppid=1968 vsize=16740 CPUtime=252.34
/proc/1970/stat : 1970 (sugar++) D 1968 1970 1653 0 -1 4194304 1320 49800 0 4 5 86 23730 1413 15 0 1 0 75242612 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 272467989545 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/1970/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 252.34
Current children cumulated vsize (KiB) 16740

[startup+261.501 s]
/proc/loadavg: 2.84 2.35 2.14 2/82 1997
/proc/meminfo: memFree=1904132/2055920 swapFree=4192812/4192956
[pid=1970] ppid=1968 vsize=16740 CPUtime=252.36
/proc/1970/stat : 1970 (sugar++) D 1968 1970 1653 0 -1 4194304 1320 49800 0 4 5 88 23730 1413 15 0 1 0 75242612 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 272467989545 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/1970/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 252.36
Current children cumulated vsize (KiB) 16740

[startup+262.01 s]
/proc/loadavg: 2.85 2.36 2.14 2/82 1997
/proc/meminfo: memFree=1923396/2055920 swapFree=4192812/4192956
[pid=1970] ppid=1968 vsize=16740 CPUtime=252.48
/proc/1970/stat : 1970 (sugar++) D 1968 1970 1653 0 -1 4194304 1320 49800 0 4 5 100 23730 1413 15 0 1 0 75242612 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 272467989545 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/1970/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 252.48
Current children cumulated vsize (KiB) 16740

[startup+262.401 s]
/proc/loadavg: 2.85 2.36 2.14 2/82 1997
/proc/meminfo: memFree=1923396/2055920 swapFree=4192812/4192956
[pid=1970] ppid=1968 vsize=16740 CPUtime=252.51
/proc/1970/stat : 1970 (sugar++) D 1968 1970 1653 0 -1 4194304 1320 49800 0 4 5 103 23730 1413 15 0 1 0 75242612 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 272467989545 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/1970/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 252.51
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 262.406
CPU time (s): 252.535
CPU user time (s): 237.365
CPU system time (s): 15.1697
CPU usage (%): 96.238
Max. virtual memory (cumulated for all children) (KiB): 901780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 237.365
system time used= 15.1697
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51176
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 74193
involuntary context switches= 82189

runsolver used 0.291955 second user time and 0.961853 second system time

The end

Launcher Data (download as text)

Begin job on node22 at 2008-07-16 07:16:41
IDJOB=1126619
IDBENCH=64267
IDSOLVER=367
FILE ID=node22/1126619-1216185401
PBS_JOBID= 7905891
Free space on /tmp= 66560 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2feff4364b0ec983878f312de6a8883d
RANDOM SEED=1398941696

node22.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.253
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.253
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:       1906988 kB
Buffers:          5904 kB
Cached:          50876 kB
SwapCached:          0 kB
Active:          78432 kB
Inactive:        20960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1906988 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2428 kB
Writeback:           0 kB
Mapped:          62676 kB
Slab:            34644 kB
Committed_AS:   390896 kB
PageTables:       1904 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 node22 at 2008-07-16 07:21:04