Trace number 1111749

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar++ v1.13+minisat-inc? 239.107 248.243

General information on the benchmark

Namecsp/nengfa/
normalized-color.xml
MD5SUM868270618e65ac29a05492ece46ae30f
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints1035
Best CPU time to get the best result obtained on this benchmark3600.01
Satisfiable
(Un)Satisfiability was proved
Number of variables500
Number of constraints12458
Maximum constraint arity2
Maximum domain size5
Number of constraints which are defined in extension0
Number of constraints which are defined in intension12458
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.07	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.07	c 0	BEGIN Sat Jul 12 11:01:45 2008
0.00/0.07	c 0	PID 18651
0.06/0.08	c 0	HOST node45.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-1111749-1215853305.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1111749-1215853305.xml' 'HOME/temp.csp'
2.16/2.23	c 2	1 domains, 500 variables, 12458 predicates, 0 relations, 12458 constraints
2.16/2.27	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.16/2.27	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'
2.20/2.35	c 3	Parsing HOME/temp.csp
2.20/3.02	c 3	parsed 10000 expressions
3.11/3.29	c 4	parsed 20000 expressions
3.21/3.38	c 4	parsed 25417 expressions
3.21/3.39	c 4	Heap : 11 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.41/3.55	c 4	MAX CSP: 12458 constraints
3.41/3.55	c 4	Converting to clausal form CSP
3.50/3.60	c 4	converted 3788 (10%) expressions
3.50/3.62	c 4	converted 7576 (20%) expressions
3.50/3.64	c 4	converted 11364 (30%) expressions
3.70/3.88	c 4	converted 15152 (40%) expressions
4.00/4.11	c 4	converted 18939 (50%) expressions
4.10/4.20	c 4	converted 22727 (60%) expressions
4.10/4.29	c 5	converted 26515 (70%) expressions
4.20/4.38	c 5	converted 30303 (80%) expressions
4.30/4.47	c 5	converted 34091 (90%) expressions
5.59/5.80	c 6	converted 37878 (100%) expressions
5.69/5.81	c 6	CSP : 25416 integers, 0 booleans, 37373 clauses, largest domain size 18688
5.69/5.81	c 6	Heap : 48 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.69/5.81	c 6	Propagation in CSP
6.19/6.32	c 7	12452 values, 0 unsatisfiable literals, and 0 valid clauses are removed
6.19/6.32	c 7	CSP : 25416 integers, 0 booleans, 37373 clauses, largest domain size 12459
6.19/6.32	c 7	Heap : 48 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.19/6.34	c 7	Simplifing CSP by introducing new Boolean variables
6.29/6.49	c 7	CSP : 25416 integers, 24916 booleans, 62289 clauses, largest domain size 12459
6.29/6.49	c 7	Heap : 54 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.58/6.71	c 7	Encoding CSP to SAT : HOME/temp.cnf
6.58/6.75	c 7	2542 (10%) CSP integer variables are encoded (1500 clauses, 17903 bytes)
6.58/6.76	c 7	5084 (20%) CSP integer variables are encoded (1500 clauses, 17903 bytes)
6.58/6.76	c 7	7625 (30%) CSP integer variables are encoded (1500 clauses, 17903 bytes)
6.58/6.77	c 7	10167 (40%) CSP integer variables are encoded (1500 clauses, 17903 bytes)
6.58/6.77	c 7	12708 (50%) CSP integer variables are encoded (1500 clauses, 17903 bytes)
6.68/6.81	c 7	15250 (60%) CSP integer variables are encoded (34149 clauses, 507638 bytes)
6.89/7.01	c 7	17792 (70%) CSP integer variables are encoded (197086 clauses, 3180064 bytes)
6.89/7.07	c 7	20333 (80%) CSP integer variables are encoded (245207 clauses, 3998121 bytes)
6.98/7.11	c 7	22875 (90%) CSP integer variables are encoded (273452 clauses, 4478286 bytes)
6.98/7.16	c 7	25416 (100%) CSP integer variables are encoded (309031 clauses, 5083129 bytes)
7.09/7.30	c 8	6229 (10%) CSP clauses are encoded (331872 clauses, 5484151 bytes)
7.18/7.39	c 8	12458 (20%) CSP clauses are encoded (354713 clauses, 5896415 bytes)
7.28/7.48	c 8	18687 (30%) CSP clauses are encoded (377550 clauses, 6310103 bytes)
7.38/7.57	c 8	24916 (40%) CSP clauses are encoded (400391 clauses, 6726317 bytes)
7.48/7.67	c 8	31145 (50%) CSP clauses are encoded (423232 clauses, 7155937 bytes)
7.58/7.76	c 8	37374 (60%) CSP clauses are encoded (446069 clauses, 7593996 bytes)
24.89/25.69	c 26	43603 (70%) CSP clauses are encoded (10218980 clauses, 217228417 bytes)
237.95/244.56	c 245	ERROR Exception Too large HOME/temp.cnf
238.01/244.69	c 245	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
238.01/244.69	c 245	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
238.01/244.69	c 245	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
238.01/244.69	s UNKNOWN
238.03/245.08	c 245	CPU 219.37 (0.06 0.01 219.31 18.65)
238.03/245.08	c 245	END Sat Jul 12 11:05:50 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-1111749-1215853305/watcher-1111749-1215853305 -o /tmp/evaluation-result-1111749-1215853305/solver-1111749-1215853305 -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-1111749-1215853305.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.58 2.71 2.71 4/80 18651
/proc/meminfo: memFree=1821840/2055920 swapFree=4192812/4192956
[pid=18651] ppid=18649 vsize=12000 CPUtime=0
/proc/18651/stat : 18651 (sugar++) R 18649 18651 17265 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 42029818 12288000 174 996147200 4194304 4206940 548682068528 18446744073709551615 258959536262 0 0 4224 0 0 0 0 17 1 0 0
/proc/18651/statm: 3000 174 135 3 0 100 0

[startup+0.0805509 s]
/proc/loadavg: 2.58 2.71 2.71 4/80 18651
/proc/meminfo: memFree=1821840/2055920 swapFree=4192812/4192956
[pid=18651] ppid=18649 vsize=16740 CPUtime=0.06
/proc/18651/stat : 18651 (sugar++) S 18649 18651 17265 0 -1 4194304 1143 0 0 0 5 1 0 0 18 0 1 0 42029818 17141760 1099 996147200 4194304 4206940 548682068528 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18651/statm: 4185 1099 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.10218 s]
/proc/loadavg: 2.58 2.71 2.71 4/80 18651
/proc/meminfo: memFree=1821840/2055920 swapFree=4192812/4192956
[pid=18651] ppid=18649 vsize=16740 CPUtime=0.06
/proc/18651/stat : 18651 (sugar++) S 18649 18651 17265 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 42029818 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18651/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.302015 s]
/proc/loadavg: 2.58 2.71 2.71 4/80 18651
/proc/meminfo: memFree=1821840/2055920 swapFree=4192812/4192956
[pid=18651] ppid=18649 vsize=16740 CPUtime=0.06
/proc/18651/stat : 18651 (sugar++) S 18649 18651 17265 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 42029818 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18651/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701094 s]
/proc/loadavg: 2.58 2.71 2.71 4/80 18651
/proc/meminfo: memFree=1821840/2055920 swapFree=4192812/4192956
[pid=18651] ppid=18649 vsize=16740 CPUtime=0.06
/proc/18651/stat : 18651 (sugar++) S 18649 18651 17265 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 42029818 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18651/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+1.50224 s]
/proc/loadavg: 2.62 2.72 2.71 3/91 18663
/proc/meminfo: memFree=1793592/2055920 swapFree=4192812/4192956
[pid=18651] ppid=18649 vsize=16740 CPUtime=0.06
/proc/18651/stat : 18651 (sugar++) S 18649 18651 17265 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 42029818 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18651/statm: 4185 1104 409 3 0 764 0
[pid=18654] ppid=18651 vsize=5356 CPUtime=0
/proc/18654/stat : 18654 (sh) S 18651 18651 17265 0 -1 4194304 277 0 0 0 0 0 0 0 20 0 1 0 42029827 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18654/statm: 1339 233 193 169 0 50 0
[pid=18655] ppid=18654 vsize=864692 CPUtime=1.39
/proc/18655/stat : 18655 (java) S 18654 18651 17265 0 -1 0 14849 0 1 0 132 7 0 0 18 0 9 0 42029827 885444608 12882 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18655/statm: 216173 12882 2529 9 0 210755 0
[pid=18655/tid=18656] ppid=18654 vsize=864692 CPUtime=0.78
/proc/18655/task/18656/stat : 18656 (java) R 18654 18651 17265 0 -1 64 3050 0 1 0 76 2 0 0 24 0 9 0 42029828 885444608 12882 996147200 134512640 134550740 4294956000 18446744073709551615 4126122352 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18655/tid=18657] ppid=18654 vsize=864692 CPUtime=0.48
/proc/18655/task/18657/stat : 18657 (java) S 18654 18651 17265 0 -1 64 10593 0 0 0 44 4 0 0 16 0 9 0 42029829 885444608 12882 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18655/tid=18658] ppid=18654 vsize=864692 CPUtime=0
/proc/18655/task/18658/stat : 18658 (java) S 18654 18651 17265 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 42029829 885444608 12882 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18655/tid=18659] ppid=18654 vsize=864692 CPUtime=0
/proc/18655/task/18659/stat : 18659 (java) S 18654 18651 17265 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 42029829 885444608 12882 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18655/tid=18660] ppid=18654 vsize=864692 CPUtime=0
/proc/18655/task/18660/stat : 18660 (java) S 18654 18651 17265 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 42029831 885444608 12882 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18655/tid=18661] ppid=18654 vsize=864692 CPUtime=0.12
/proc/18655/task/18661/stat : 18661 (java) S 18654 18651 17265 0 -1 64 507 0 0 0 12 0 0 0 16 0 9 0 42029831 885444608 12882 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18655/tid=18662] ppid=18654 vsize=864692 CPUtime=0
/proc/18655/task/18662/stat : 18662 (java) S 18654 18651 17265 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 42029832 885444608 12882 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18655/tid=18663] ppid=18654 vsize=864692 CPUtime=0
/proc/18655/task/18663/stat : 18663 (java) S 18654 18651 17265 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 42029832 885444608 12882 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 886788

[startup+3.10153 s]
/proc/loadavg: 2.62 2.72 2.71 3/91 18663
/proc/meminfo: memFree=1774072/2055920 swapFree=4192812/4192956
[pid=18651] ppid=18649 vsize=16740 CPUtime=2.2
/proc/18651/stat : 18651 (sugar++) S 18649 18651 17265 0 -1 4194304 1297 15878 0 1 5 1 204 10 15 0 1 0 42029818 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18651/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 2.2
Current children cumulated vsize (KiB) 16740

[startup+6.30211 s]
/proc/loadavg: 2.62 2.72 2.71 3/91 18673
/proc/meminfo: memFree=1765496/2055920 swapFree=4192812/4192956
[pid=18651] ppid=18649 vsize=16740 CPUtime=2.2
/proc/18651/stat : 18651 (sugar++) S 18649 18651 17265 0 -1 4194304 1297 15878 0 1 5 1 204 10 16 0 1 0 42029818 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18651/statm: 4185 1104 409 3 0 764 0
[pid=18664] ppid=18651 vsize=5356 CPUtime=0
/proc/18664/stat : 18664 (sh) S 18651 18651 17265 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 42030046 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18664/statm: 1339 233 193 169 0 50 0
[pid=18665] ppid=18664 vsize=868468 CPUtime=3.99
/proc/18665/stat : 18665 (java) S 18664 18651 17265 0 -1 0 19128 0 1 0 389 10 0 0 18 0 9 0 42030047 889311232 17659 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18665/statm: 217117 17659 2540 9 0 211692 0
[pid=18665/tid=18666] ppid=18664 vsize=868468 CPUtime=2.53
/proc/18665/task/18666/stat : 18666 (java) R 18664 18651 17265 0 -1 64 3257 0 1 0 251 2 0 0 25 0 9 0 42030047 889311232 17659 996147200 134512640 134550740 4294955920 18446744073709551615 4125952101 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18665/tid=18667] ppid=18664 vsize=868468 CPUtime=1.19
/proc/18665/task/18667/stat : 18667 (java) S 18664 18651 17265 0 -1 64 13683 0 0 0 114 5 0 0 16 0 9 0 42030048 889311232 17659 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18665/tid=18668] ppid=18664 vsize=868468 CPUtime=0
/proc/18665/task/18668/stat : 18668 (java) S 18664 18651 17265 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 42030049 889311232 17659 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18665/tid=18669] ppid=18664 vsize=868468 CPUtime=0
/proc/18665/task/18669/stat : 18669 (java) S 18664 18651 17265 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 42030049 889311232 17659 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18665/tid=18670] ppid=18664 vsize=868468 CPUtime=0
/proc/18665/task/18670/stat : 18670 (java) S 18664 18651 17265 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 42030051 889311232 17659 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18665/tid=18671] ppid=18664 vsize=868468 CPUtime=0.23
/proc/18665/task/18671/stat : 18671 (java) S 18664 18651 17265 0 -1 64 1491 0 0 0 23 0 0 0 16 0 9 0 42030051 889311232 17659 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18665/tid=18672] ppid=18664 vsize=868468 CPUtime=0
/proc/18665/task/18672/stat : 18672 (java) S 18664 18651 17265 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 42030051 889311232 17659 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18665/tid=18673] ppid=18664 vsize=868468 CPUtime=0
/proc/18665/task/18673/stat : 18673 (java) S 18664 18651 17265 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 42030051 889311232 17659 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 890564

[startup+12.7013 s]
/proc/loadavg: 2.60 2.71 2.71 3/91 18673
/proc/meminfo: memFree=1693304/2055920 swapFree=4192812/4192956
[pid=18651] ppid=18649 vsize=16740 CPUtime=2.2
/proc/18651/stat : 18651 (sugar++) S 18649 18651 17265 0 -1 4194304 1297 15878 0 1 5 1 204 10 15 0 1 0 42029818 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18651/statm: 4185 1104 409 3 0 764 0
[pid=18664] ppid=18651 vsize=5356 CPUtime=0
/proc/18664/stat : 18664 (sh) S 18651 18651 17265 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 42030046 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18664/statm: 1339 233 193 169 0 50 0
[pid=18665] ppid=18664 vsize=868580 CPUtime=10.19
/proc/18665/stat : 18665 (java) S 18664 18651 17265 0 -1 0 21670 0 1 0 969 50 0 0 18 0 9 0 42030047 889425920 19554 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18665/statm: 217145 19554 2565 9 0 211692 0
[pid=18665/tid=18666] ppid=18664 vsize=868580 CPUtime=8.19
/proc/18665/task/18666/stat : 18666 (java) R 18664 18651 17265 0 -1 64 3744 0 1 0 780 39 0 0 25 0 9 0 42030047 889425920 19554 996147200 134512640 134550740 4294955920 18446744073709551615 4126477278 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18665/tid=18667] ppid=18664 vsize=868580 CPUtime=1.68
/proc/18665/task/18667/stat : 18667 (java) S 18664 18651 17265 0 -1 64 15698 0 0 0 159 9 0 0 16 0 9 0 42030048 889425920 19554 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18665/tid=18668] ppid=18664 vsize=868580 CPUtime=0
/proc/18665/task/18668/stat : 18668 (java) S 18664 18651 17265 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 42030049 889425920 19554 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18665/tid=18669] ppid=18664 vsize=868580 CPUtime=0
/proc/18665/task/18669/stat : 18669 (java) S 18664 18651 17265 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 42030049 889425920 19554 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18665/tid=18670] ppid=18664 vsize=868580 CPUtime=0
/proc/18665/task/18670/stat : 18670 (java) S 18664 18651 17265 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 42030051 889425920 19554 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18665/tid=18671] ppid=18664 vsize=868580 CPUtime=0.28
/proc/18665/task/18671/stat : 18671 (java) S 18664 18651 17265 0 -1 64 1531 0 0 0 28 0 0 0 16 0 9 0 42030051 889425920 19554 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18665/tid=18672] ppid=18664 vsize=868580 CPUtime=0
/proc/18665/task/18672/stat : 18672 (java) S 18664 18651 17265 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 42030051 889425920 19554 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18665/tid=18673] ppid=18664 vsize=868580 CPUtime=0
/proc/18665/task/18673/stat : 18673 (java) S 18664 18651 17265 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 42030051 889425920 19554 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.39
Current children cumulated vsize (KiB) 890676

[startup+25.5026 s]
/proc/loadavg: 2.50 2.69 2.70 3/91 18673
/proc/meminfo: memFree=1538296/2055920 swapFree=4192812/4192956
[pid=18651] ppid=18649 vsize=16740 CPUtime=2.2
/proc/18651/stat : 18651 (sugar++) S 18649 18651 17265 0 -1 4194304 1297 15878 0 1 5 1 204 10 15 0 1 0 42029818 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18651/statm: 4185 1104 409 3 0 764 0
[pid=18664] ppid=18651 vsize=5356 CPUtime=0
/proc/18664/stat : 18664 (sh) S 18651 18651 17265 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 42030046 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18664/statm: 1339 233 193 169 0 50 0
[pid=18665] ppid=18664 vsize=868580 CPUtime=22.6
/proc/18665/stat : 18665 (java) S 18664 18651 17265 0 -1 0 22651 0 1 0 2114 146 0 0 18 0 9 0 42030047 889425920 19554 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18665/statm: 217145 19554 2565 9 0 211692 0
[pid=18665/tid=18666] ppid=18664 vsize=868580 CPUtime=20.19
/proc/18665/task/18666/stat : 18666 (java) R 18664 18651 17265 0 -1 64 4725 0 1 0 1891 128 0 0 25 0 9 0 42030047 889425920 19554 996147200 134512640 134550740 4294955920 18446744073709551615 4127089016 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18665/tid=18667] ppid=18664 vsize=868580 CPUtime=2.09
/proc/18665/task/18667/stat : 18667 (java) S 18664 18651 17265 0 -1 64 15698 0 0 0 194 15 0 0 16 0 9 0 42030048 889425920 19554 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18665/tid=18668] ppid=18664 vsize=868580 CPUtime=0
/proc/18665/task/18668/stat : 18668 (java) S 18664 18651 17265 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 42030049 889425920 19554 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18665/tid=18669] ppid=18664 vsize=868580 CPUtime=0
/proc/18665/task/18669/stat : 18669 (java) S 18664 18651 17265 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 42030049 889425920 19554 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18665/tid=18670] ppid=18664 vsize=868580 CPUtime=0
/proc/18665/task/18670/stat : 18670 (java) S 18664 18651 17265 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 42030051 889425920 19554 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18665/tid=18671] ppid=18664 vsize=868580 CPUtime=0.28
/proc/18665/task/18671/stat : 18671 (java) S 18664 18651 17265 0 -1 64 1531 0 0 0 28 0 0 0 16 0 9 0 42030051 889425920 19554 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18665/tid=18672] ppid=18664 vsize=868580 CPUtime=0
/proc/18665/task/18672/stat : 18672 (java) S 18664 18651 17265 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 42030051 889425920 19554 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18665/tid=18673] ppid=18664 vsize=868580 CPUtime=0
/proc/18665/task/18673/stat : 18673 (java) S 18664 18651 17265 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 42030051 889425920 19554 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.8
Current children cumulated vsize (KiB) 890676

[startup+51.1023 s]
/proc/loadavg: 2.47 2.66 2.69 3/91 18673
/proc/meminfo: memFree=1225208/2055920 swapFree=4192812/4192956
[pid=18651] ppid=18649 vsize=16740 CPUtime=2.2
/proc/18651/stat : 18651 (sugar++) S 18649 18651 17265 0 -1 4194304 1297 15878 0 1 5 1 204 10 16 0 1 0 42029818 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18651/statm: 4185 1104 409 3 0 764 0
[pid=18664] ppid=18651 vsize=5356 CPUtime=0
/proc/18664/stat : 18664 (sh) S 18651 18651 17265 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 42030046 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18664/statm: 1339 233 193 169 0 50 0
[pid=18665] ppid=18664 vsize=868580 CPUtime=47.66
/proc/18665/stat : 18665 (java) S 18664 18651 17265 0 -1 0 24579 0 1 0 4425 341 0 0 18 0 9 0 42030047 889425920 19554 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

/proc/18664/statm: 1339 233 193 169 0 50 0
[pid=18665] ppid=18664 vsize=0 CPUtime=235.82
/proc/18665/stat : 18665 (java) Z 18664 18651 17265 0 -1 1036 39214 0 1 0 21727 1855 0 0 16 0 2 0 42030047 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18665/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 238.03
Current children cumulated vsize (KiB) 22096

# WARNING:
# current cumulated CPU time (238.03 s) is less than in the last sample (238.03 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (1.52588e-05 s) to the 'lost time'.

[startup+245.102 s]
/proc/loadavg: 2.54 2.70 2.71 3/91 18673
/proc/meminfo: memFree=15224/2055920 swapFree=4192812/4192956
[pid=18651] ppid=18649 vsize=16740 CPUtime=238.03
/proc/18651/stat : 18651 (sugar++) D 18649 18651 17265 0 -1 4194304 1320 55378 0 2 6 1 21931 1865 16 0 1 0 42029818 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 258939261993 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/18651/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 238.03
Current children cumulated vsize (KiB) 16740

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

[startup+230.603 s]
/proc/loadavg: 2.70 2.74 2.72 3/91 18673
/proc/meminfo: memFree=15736/2055920 swapFree=4192812/4192956
[pid=18651] ppid=18649 vsize=16740 CPUtime=2.2
/proc/18651/stat : 18651 (sugar++) S 18649 18651 17265 0 -1 4194304 1297 15878 0 1 5 1 204 10 16 0 1 0 42029818 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18651/statm: 4185 1104 409 3 0 764 0
[pid=18664] ppid=18651 vsize=5356 CPUtime=0
/proc/18664/stat : 18664 (sh) S 18651 18651 17265 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 42030046 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18664/statm: 1339 233 193 169 0 50 0
[pid=18665] ppid=18664 vsize=868580 CPUtime=222.23
/proc/18665/stat : 18665 (java) S 18664 18651 17265 0 -1 0 38164 0 1 0 20480 1743 0 0 18 0 9 0 42030047 889425920 19554 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18665/statm: 217145 19554 2565 9 0 211692 0
[pid=18665/tid=18666] ppid=18664 vsize=868580 CPUtime=213
/proc/18665/task/18666/stat : 18666 (java) R 18664 18651 17265 0 -1 64 20238 0 1 0 19671 1629 0 0 25 0 9 0 42030047 889425920 19554 996147200 134512640 134550740 4294955920 18446744073709551615 4127091612 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18665/tid=18667] ppid=18664 vsize=868580 CPUtime=8.91
/proc/18665/task/18667/stat : 18667 (java) S 18664 18651 17265 0 -1 64 15698 0 0 0 779 112 0 0 16 0 9 0 42030048 889425920 19554 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18665/tid=18668] ppid=18664 vsize=868580 CPUtime=0
/proc/18665/task/18668/stat : 18668 (java) S 18664 18651 17265 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 42030049 889425920 19554 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18665/tid=18669] ppid=18664 vsize=868580 CPUtime=0
/proc/18665/task/18669/stat : 18669 (java) S 18664 18651 17265 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 42030049 889425920 19554 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18665/tid=18670] ppid=18664 vsize=868580 CPUtime=0
/proc/18665/task/18670/stat : 18670 (java) S 18664 18651 17265 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 42030051 889425920 19554 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18665/tid=18671] ppid=18664 vsize=868580 CPUtime=0.28
/proc/18665/task/18671/stat : 18671 (java) S 18664 18651 17265 0 -1 64 1531 0 0 0 28 0 0 0 16 0 9 0 42030051 889425920 19554 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18665/tid=18672] ppid=18664 vsize=868580 CPUtime=0
/proc/18665/task/18672/stat : 18672 (java) S 18664 18651 17265 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 42030051 889425920 19554 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18665/tid=18673] ppid=18664 vsize=868580 CPUtime=0
/proc/18665/task/18673/stat : 18673 (java) S 18664 18651 17265 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 42030051 889425920 19554 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 224.43
Current children cumulated vsize (KiB) 890676

[startup+237.001 s]
/proc/loadavg: 2.59 2.71 2.71 3/91 18673
/proc/meminfo: memFree=16056/2055920 swapFree=4192812/4192956
[pid=18651] ppid=18649 vsize=16740 CPUtime=2.2
/proc/18651/stat : 18651 (sugar++) S 18649 18651 17265 0 -1 4194304 1297 15878 0 1 5 1 204 10 16 0 1 0 42029818 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18651/statm: 4185 1104 409 3 0 764 0
[pid=18664] ppid=18651 vsize=5356 CPUtime=0
/proc/18664/stat : 18664 (sh) S 18651 18651 17265 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 42030046 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18664/statm: 1339 233 193 169 0 50 0
[pid=18665] ppid=18664 vsize=868580 CPUtime=228.45
/proc/18665/stat : 18665 (java) S 18664 18651 17265 0 -1 0 38640 0 1 0 21053 1792 0 0 18 0 9 0 42030047 889425920 19554 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18665/statm: 217145 19554 2565 9 0 211692 0
[pid=18665/tid=18666] ppid=18664 vsize=868580 CPUtime=219.02
/proc/18665/task/18666/stat : 18666 (java) R 18664 18651 17265 0 -1 64 20714 0 1 0 20227 1675 0 0 24 0 9 0 42030047 889425920 19554 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18665/tid=18667] ppid=18664 vsize=868580 CPUtime=9.13
/proc/18665/task/18667/stat : 18667 (java) S 18664 18651 17265 0 -1 64 15698 0 0 0 797 116 0 0 16 0 9 0 42030048 889425920 19554 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18665/tid=18668] ppid=18664 vsize=868580 CPUtime=0
/proc/18665/task/18668/stat : 18668 (java) S 18664 18651 17265 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 42030049 889425920 19554 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18665/tid=18669] ppid=18664 vsize=868580 CPUtime=0
/proc/18665/task/18669/stat : 18669 (java) S 18664 18651 17265 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 42030049 889425920 19554 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18665/tid=18670] ppid=18664 vsize=868580 CPUtime=0
/proc/18665/task/18670/stat : 18670 (java) S 18664 18651 17265 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 42030051 889425920 19554 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18665/tid=18671] ppid=18664 vsize=868580 CPUtime=0.28
/proc/18665/task/18671/stat : 18671 (java) S 18664 18651 17265 0 -1 64 1531 0 0 0 28 0 0 0 16 0 9 0 42030051 889425920 19554 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18665/tid=18672] ppid=18664 vsize=868580 CPUtime=0
/proc/18665/task/18672/stat : 18672 (java) S 18664 18651 17265 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 42030051 889425920 19554 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18665/tid=18673] ppid=18664 vsize=868580 CPUtime=0
/proc/18665/task/18673/stat : 18673 (java) S 18664 18651 17265 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 42030051 889425920 19554 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 230.65
Current children cumulated vsize (KiB) 890676

[startup+243.407 s]
/proc/loadavg: 2.54 2.70 2.71 3/91 18673
/proc/meminfo: memFree=15736/2055920 swapFree=4192812/4192956
[pid=18651] ppid=18649 vsize=16740 CPUtime=2.2
/proc/18651/stat : 18651 (sugar++) S 18649 18651 17265 0 -1 4194304 1297 15878 0 1 5 1 204 10 16 0 1 0 42029818 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18651/statm: 4185 1104 409 3 0 764 0
[pid=18664] ppid=18651 vsize=5356 CPUtime=0
/proc/18664/stat : 18664 (sh) S 18651 18651 17265 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 42030046 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18664/statm: 1339 233 193 169 0 50 0
[pid=18665] ppid=18664 vsize=868580 CPUtime=234.67
/proc/18665/stat : 18665 (java) S 18664 18651 17265 0 -1 0 39116 0 1 0 21623 1844 0 0 18 0 9 0 42030047 889425920 19554 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18665/statm: 217145 19554 2565 9 0 211692 0
[pid=18665/tid=18666] ppid=18664 vsize=868580 CPUtime=225.01
/proc/18665/task/18666/stat : 18666 (java) R 18664 18651 17265 0 -1 64 21190 0 1 0 20778 1723 0 0 25 0 9 0 42030047 889425920 19554 996147200 134512640 134550740 4294955920 18446744073709551615 4126573916 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18665/tid=18667] ppid=18664 vsize=868580 CPUtime=9.33
/proc/18665/task/18667/stat : 18667 (java) S 18664 18651 17265 0 -1 64 15698 0 0 0 815 118 0 0 16 0 9 0 42030048 889425920 19554 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18665/tid=18668] ppid=18664 vsize=868580 CPUtime=0
/proc/18665/task/18668/stat : 18668 (java) S 18664 18651 17265 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 42030049 889425920 19554 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18665/tid=18669] ppid=18664 vsize=868580 CPUtime=0
/proc/18665/task/18669/stat : 18669 (java) S 18664 18651 17265 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 42030049 889425920 19554 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18665/tid=18670] ppid=18664 vsize=868580 CPUtime=0
/proc/18665/task/18670/stat : 18670 (java) S 18664 18651 17265 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 42030051 889425920 19554 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18665/tid=18671] ppid=18664 vsize=868580 CPUtime=0.28
/proc/18665/task/18671/stat : 18671 (java) S 18664 18651 17265 0 -1 64 1531 0 0 0 28 0 0 0 16 0 9 0 42030051 889425920 19554 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18665/tid=18672] ppid=18664 vsize=868580 CPUtime=0
/proc/18665/task/18672/stat : 18672 (java) S 18664 18651 17265 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 42030051 889425920 19554 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18665/tid=18673] ppid=18664 vsize=868580 CPUtime=0
/proc/18665/task/18673/stat : 18673 (java) S 18664 18651 17265 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 42030051 889425920 19554 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 236.87
Current children cumulated vsize (KiB) 890676

[startup+246.702 s]
/proc/loadavg: 2.50 2.69 2.70 2/81 18673
/proc/meminfo: memFree=1920648/2055920 swapFree=4192812/4192956
[pid=18651] ppid=18649 vsize=16740 CPUtime=239.02
/proc/18651/stat : 18651 (sugar++) D 18649 18651 17265 0 -1 4194304 1320 55378 0 2 6 100 21931 1865 15 0 1 0 42029818 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 258939261993 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/18651/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 239.02
Current children cumulated vsize (KiB) 16740

[startup+247.502 s]
/proc/loadavg: 2.50 2.69 2.70 2/81 18673
/proc/meminfo: memFree=1920648/2055920 swapFree=4192812/4192956
[pid=18651] ppid=18649 vsize=16740 CPUtime=239.06
/proc/18651/stat : 18651 (sugar++) D 18649 18651 17265 0 -1 4194304 1320 55378 0 2 6 104 21931 1865 15 0 1 0 42029818 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 258939261993 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/18651/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 239.06
Current children cumulated vsize (KiB) 16740

[startup+247.906 s]
/proc/loadavg: 2.50 2.69 2.70 2/81 18673
/proc/meminfo: memFree=1920328/2055920 swapFree=4192812/4192956
[pid=18651] ppid=18649 vsize=16740 CPUtime=239.07
/proc/18651/stat : 18651 (sugar++) D 18649 18651 17265 0 -1 4194304 1320 55378 0 2 6 105 21931 1865 15 0 1 0 42029818 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 258939261993 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/18651/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 239.07
Current children cumulated vsize (KiB) 16740

[startup+248.101 s]
/proc/loadavg: 2.50 2.69 2.70 2/81 18673
/proc/meminfo: memFree=1920328/2055920 swapFree=4192812/4192956
[pid=18651] ppid=18649 vsize=16740 CPUtime=239.08
/proc/18651/stat : 18651 (sugar++) D 18649 18651 17265 0 -1 4194304 1320 55378 0 2 6 106 21931 1865 15 0 1 0 42029818 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 258939261993 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/18651/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 239.08
Current children cumulated vsize (KiB) 16740

[startup+248.201 s]
/proc/loadavg: 2.50 2.69 2.70 2/81 18673
/proc/meminfo: memFree=1920328/2055920 swapFree=4192812/4192956
[pid=18651] ppid=18649 vsize=16740 CPUtime=239.08
/proc/18651/stat : 18651 (sugar++) D 18649 18651 17265 0 -1 4194304 1320 55378 0 2 6 106 21931 1865 15 0 1 0 42029818 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 258939261993 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/18651/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 239.08
Current children cumulated vsize (KiB) 16740

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1.52588e-05
#  lost CPU user time (s): 1.52588e-05
#  lost CPU system time (s): 0

Real time (s): 248.243
CPU time (s): 239.107
CPU user time (s): 219.379
CPU system time (s): 19.728
CPU usage (%): 96.3196
Max. virtual memory (cumulated for all children) (KiB): 891068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 219.379
system time used= 19.728
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56754
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= 134366
involuntary context switches= 139839

runsolver used 0.32295 second user time and 0.860869 second system time

The end

Launcher Data (download as text)

Begin job on node45 at 2008-07-12 11:01:45
IDJOB=1111749
IDBENCH=61318
IDSOLVER=367
FILE ID=node45/1111749-1215853305
PBS_JOBID= 7903403
Free space on /tmp= 66488 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/nengfa/normalized-color.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-1111749-1215853305/watcher-1111749-1215853305 -o /tmp/evaluation-result-1111749-1215853305/solver-1111749-1215853305 -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-1111749-1215853305.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 868270618e65ac29a05492ece46ae30f
RANDOM SEED=665499629

node45.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.281
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.281
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:       1822320 kB
Buffers:         39680 kB
Cached:          88228 kB
SwapCached:          0 kB
Active:         109092 kB
Inactive:        64360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1822320 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4312 kB
Writeback:           0 kB
Mapped:          65824 kB
Slab:            45296 kB
Committed_AS:  1005888 kB
PageTables:       1892 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= 66484 MiB
End job on node45 at 2008-07-12 11:05:54