Trace number 2078957

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.14.6+picosatSAT 1261.84 1271.96

General information on the benchmark

Namecsp/ogdPuzzle/
normalized-crossword-m1-ogd-puzzle13.xml
MD5SUM5c838c7da843ae4708fcbeb82b8744bc
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.282956
Satisfiable
(Un)Satisfiability was proved
Number of variables65
Number of constraints259
Maximum constraint arity18
Maximum domain size26
Number of constraints which are defined in extension34
Number of constraints which are defined in intension225
Global constraints used (with number of constraints)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.07	c 0	BEGIN Sun Jul 12 05:00:51 2009
0.00/0.07	c 0	PID 25899
0.00/0.07	c 0	HOST node92.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2078957-1247367650.xml TO HOME/temp.csp
0.00/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2078957-1247367650.xml' 'HOME/temp.csp'
0.06/0.86	c 0	1 domains, 65 variables, 4 predicates, 4 relations, 259 constraints
0.06/0.91	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.91	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.06/0.99	c 1	Parsing HOME/temp.csp
1.70/1.88	c 1	parsed 333 expressions
1.70/1.89	c 1	Heap : 15 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.70/1.89	c 1	Converting to clausal form CSP
1.80/1.90	c 1	converted 34 (10%) expressions
1.80/1.91	c 2	converted 67 (20%) expressions
2.00/2.19	c 2	converted 100 (30%) expressions
2.10/2.30	c 2	converted 134 (40%) expressions
2.19/2.32	c 2	converted 167 (50%) expressions
2.19/2.34	c 2	converted 200 (60%) expressions
2.29/2.43	c 2	converted 234 (70%) expressions
2.29/2.43	c 2	converted 267 (80%) expressions
2.29/2.44	c 2	converted 300 (90%) expressions
4.08/4.24	c 4	converted 333 (100%) expressions
4.08/4.24	c 4	CSP : 65 integers, 0 booleans, 259 clauses, largest domain size 26
4.08/4.24	c 4	Heap : 68 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.08/4.24	c 4	Propagation in CSP
4.08/4.25	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.08/4.25	c 4	CSP : 65 integers, 0 booleans, 259 clauses, largest domain size 26
4.08/4.25	c 4	Heap : 68 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.08/4.25	c 4	Simplifing CSP by introducing new Boolean variables
4.08/4.27	c 4	CSP : 65 integers, 1676 booleans, 1935 clauses, largest domain size 26
4.08/4.27	c 4	Heap : 69 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.47/4.67	c 4	Encoding CSP to SAT : HOME/temp.cnf
4.47/4.68	c 4	7 (10%) CSP integer variables are encoded (168 clauses, 1704 bytes)
4.47/4.68	c 4	13 (20%) CSP integer variables are encoded (312 clauses, 3288 bytes)
4.47/4.68	c 4	20 (30%) CSP integer variables are encoded (480 clauses, 5136 bytes)
4.47/4.68	c 4	26 (40%) CSP integer variables are encoded (624 clauses, 6720 bytes)
4.47/4.69	c 4	33 (50%) CSP integer variables are encoded (792 clauses, 8568 bytes)
4.47/4.69	c 4	39 (60%) CSP integer variables are encoded (936 clauses, 10152 bytes)
4.47/4.69	c 4	46 (70%) CSP integer variables are encoded (1104 clauses, 12289 bytes)
4.47/4.69	c 4	52 (80%) CSP integer variables are encoded (1248 clauses, 14161 bytes)
4.47/4.69	c 4	59 (90%) CSP integer variables are encoded (1416 clauses, 16345 bytes)
4.47/4.69	c 4	65 (100%) CSP integer variables are encoded (1560 clauses, 18217 bytes)
6.65/6.86	c 6	194 (10%) CSP clauses are encoded (102295 clauses, 3214355 bytes)
6.65/6.87	c 6	387 (20%) CSP clauses are encoded (106613 clauses, 3290706 bytes)
6.65/6.89	c 6	581 (30%) CSP clauses are encoded (111107 clauses, 3365614 bytes)
6.74/6.90	c 6	774 (40%) CSP clauses are encoded (115575 clauses, 3441036 bytes)
6.74/6.91	c 7	968 (50%) CSP clauses are encoded (120094 clauses, 3518852 bytes)
6.74/6.92	c 7	1161 (60%) CSP clauses are encoded (124562 clauses, 3596644 bytes)
6.74/6.93	c 7	1355 (70%) CSP clauses are encoded (129081 clauses, 3675910 bytes)
6.74/6.94	c 7	1548 (80%) CSP clauses are encoded (133549 clauses, 3754602 bytes)
6.74/6.96	c 7	1742 (90%) CSP clauses are encoded (138068 clauses, 3836668 bytes)
1233.51/1243.41	c 1243	1935 (100%) CSP clauses are encoded (945435 clauses, 54560226 bytes)
1233.51/1243.41	c 1243	1935 CSP clauses encoded
1233.51/1243.41	c 1243	Writing map file : HOME/temp.map
1233.51/1243.42	c 1243	Heap : 106 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1233.51/1243.42	c 1243	SAT : 3301 SAT variables, 945435 SAT clauses, 54560226 bytes
1233.51/1243.42	c 1243	Heap : 106 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1233.51/1243.47	c 1243	SOLVING HOME/temp.cnf
1233.51/1243.47	c 1243	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1261.56/1271.77	c 1271	DECODING HOME/temp.out WITH HOME/temp.map
1261.56/1271.77	c 1271	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1261.64/1271.84	c 1271	Decoding HOME/temp.out
1261.64/1271.89	s SATISFIABLE
1261.64/1271.89	v 12 0 17 18 2 7 20 18 0 12 8 4 0 4 17 0 5 4 13 20 13 8 4 13 6 4 13 3 17 4 18 18 20 0 0 20 3 14 4 13 8 4 13 3 17 7 20 19 4 0 6 4 4 15 11 0 5 18 4 0 20 21 4 19 18
1261.64/1271.92	c 1272	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1261.64/1271.94	c 1272	CPU 1261.78 (0.05 0.01 1246.95 14.77)
1261.64/1271.94	c 1272	END Sun Jul 12 05:22:03 2009

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2078957-1247367650/watcher-2078957-1247367650 -o /tmp/evaluation-result-2078957-1247367650/solver-2078957-1247367650 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2078957-1247367650.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.03 2.00 2.07 4/74 25899
/proc/meminfo: memFree=1764880/2055920 swapFree=4192812/4192956
[pid=25899] ppid=25897 vsize=12272 CPUtime=0
/proc/25899/stat : 25899 (sugar) R 25897 25899 21932 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 23830085 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 251288140798 0 0 4224 0 0 0 0 17 0 0 0
/proc/25899/statm: 3068 327 246 3 0 168 0

[startup+0.0977591 s]
/proc/loadavg: 2.03 2.00 2.07 4/74 25899
/proc/meminfo: memFree=1764880/2055920 swapFree=4192812/4192956
[pid=25899] ppid=25897 vsize=16868 CPUtime=0.06
/proc/25899/stat : 25899 (sugar) S 25897 25899 21932 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 23830085 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25899/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.101756 s]
/proc/loadavg: 2.03 2.00 2.07 4/74 25899
/proc/meminfo: memFree=1764880/2055920 swapFree=4192812/4192956
[pid=25899] ppid=25897 vsize=16868 CPUtime=0.06
/proc/25899/stat : 25899 (sugar) S 25897 25899 21932 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 23830085 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25899/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301784 s]
/proc/loadavg: 2.03 2.00 2.07 4/74 25899
/proc/meminfo: memFree=1764880/2055920 swapFree=4192812/4192956
[pid=25899] ppid=25897 vsize=16868 CPUtime=0.06
/proc/25899/stat : 25899 (sugar) S 25897 25899 21932 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 23830085 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25899/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701831 s]
/proc/loadavg: 2.03 2.00 2.07 4/74 25899
/proc/meminfo: memFree=1764880/2055920 swapFree=4192812/4192956
[pid=25899] ppid=25897 vsize=16868 CPUtime=0.06
/proc/25899/stat : 25899 (sugar) S 25897 25899 21932 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 23830085 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25899/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50294 s]
/proc/loadavg: 2.03 2.00 2.07 4/85 25921
/proc/meminfo: memFree=1755832/2055920 swapFree=4192812/4192956
[pid=25899] ppid=25897 vsize=16868 CPUtime=0.84
/proc/25899/stat : 25899 (sugar) S 25897 25899 21932 0 -1 4194304 1309 12069 0 1 5 1 70 8 15 0 1 0 23830085 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25899/statm: 4217 1111 409 3 0 796 0
[pid=25912] ppid=25899 vsize=5356 CPUtime=0
/proc/25912/stat : 25912 (sh) S 25899 25899 21932 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23830177 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25912/statm: 1339 233 193 169 0 50 0
[pid=25913] ppid=25912 vsize=862560 CPUtime=0.57
/proc/25913/stat : 25913 (java) S 25912 25899 21932 0 -1 0 6342 0 1 0 54 3 0 0 18 0 9 0 23830177 883261440 5518 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25913/statm: 215640 5518 2158 9 0 210553 0
[pid=25913/tid=25914] ppid=25912 vsize=862560 CPUtime=0.41
/proc/25913/task/25914/stat : 25914 (java) R 25912 25899 21932 0 -1 64 2019 0 1 0 40 1 0 0 20 0 9 0 23830178 883261440 5518 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25913/tid=25915] ppid=25912 vsize=862560 CPUtime=0.1
/proc/25913/task/25915/stat : 25915 (java) R 25912 25899 21932 0 -1 64 3322 0 0 0 9 1 0 0 16 0 9 0 23830180 883261440 5518 996147200 134512640 134550932 4294955936 18446744073709551615 102758168 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25913/tid=25916] ppid=25912 vsize=862560 CPUtime=0
/proc/25913/task/25916/stat : 25916 (java) S 25912 25899 21932 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23830180 883261440 5518 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25913/tid=25917] ppid=25912 vsize=862560 CPUtime=0
/proc/25913/task/25917/stat : 25917 (java) S 25912 25899 21932 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23830180 883261440 5518 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25913/tid=25918] ppid=25912 vsize=862560 CPUtime=0
/proc/25913/task/25918/stat : 25918 (java) S 25912 25899 21932 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23830182 883261440 5518 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25913/tid=25919] ppid=25912 vsize=862560 CPUtime=0.03
/proc/25913/task/25919/stat : 25919 (java) S 25912 25899 21932 0 -1 64 298 0 0 0 3 0 0 0 17 0 9 0 23830182 883261440 5518 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25913/tid=25920] ppid=25912 vsize=862560 CPUtime=0
/proc/25913/task/25920/stat : 25920 (java) S 25912 25899 21932 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23830182 883261440 5518 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25913/tid=25921] ppid=25912 vsize=862560 CPUtime=0
/proc/25913/task/25921/stat : 25921 (java) S 25912 25899 21932 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23830182 883261440 5518 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 884784

[startup+3.10214 s]
/proc/loadavg: 2.03 2.00 2.07 4/85 25921
/proc/meminfo: memFree=1730616/2055920 swapFree=4192812/4192956
[pid=25899] ppid=25897 vsize=16868 CPUtime=0.84
/proc/25899/stat : 25899 (sugar) S 25897 25899 21932 0 -1 4194304 1309 12069 0 1 5 1 70 8 15 0 1 0 23830085 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25899/statm: 4217 1111 409 3 0 796 0
[pid=25912] ppid=25899 vsize=5356 CPUtime=0
/proc/25912/stat : 25912 (sh) S 25899 25899 21932 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23830177 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25912/statm: 1339 233 193 169 0 50 0
[pid=25913] ppid=25912 vsize=868612 CPUtime=2.14
/proc/25913/stat : 25913 (java) S 25912 25899 21932 0 -1 0 17863 0 1 0 207 7 0 0 18 0 9 0 23830177 889458688 16305 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25913/statm: 217153 16305 2566 9 0 211658 0
[pid=25913/tid=25914] ppid=25912 vsize=868612 CPUtime=1.09
/proc/25913/task/25914/stat : 25914 (java) R 25912 25899 21932 0 -1 64 3117 0 1 0 108 1 0 0 21 0 9 0 23830178 889458688 16305 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25913/tid=25915] ppid=25912 vsize=868612 CPUtime=0.9
/proc/25913/task/25915/stat : 25915 (java) R 25912 25899 21932 0 -1 64 12619 0 0 0 85 5 0 0 16 0 9 0 23830180 889458688 16305 996147200 134512640 134550932 4294955936 18446744073709551615 102549400 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25913/tid=25916] ppid=25912 vsize=868612 CPUtime=0
/proc/25913/task/25916/stat : 25916 (java) S 25912 25899 21932 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23830180 889458688 16305 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25913/tid=25917] ppid=25912 vsize=868612 CPUtime=0
/proc/25913/task/25917/stat : 25917 (java) S 25912 25899 21932 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23830180 889458688 16305 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25913/tid=25918] ppid=25912 vsize=868612 CPUtime=0
/proc/25913/task/25918/stat : 25918 (java) S 25912 25899 21932 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23830182 889458688 16305 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25913/tid=25919] ppid=25912 vsize=868612 CPUtime=0.13
/proc/25913/task/25919/stat : 25919 (java) S 25912 25899 21932 0 -1 64 1424 0 0 0 13 0 0 0 16 0 9 0 23830182 889458688 16305 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25913/tid=25920] ppid=25912 vsize=868612 CPUtime=0
/proc/25913/task/25920/stat : 25920 (java) S 25912 25899 21932 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23830182 889458688 16305 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25913/tid=25921] ppid=25912 vsize=868612 CPUtime=0
/proc/25913/task/25921/stat : 25921 (java) S 25912 25899 21932 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23830182 889458688 16305 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 890836

[startup+6.30154 s]
/proc/loadavg: 2.03 2.00 2.07 3/85 25921
/proc/meminfo: memFree=1672568/2055920 swapFree=4192812/4192956
[pid=25899] ppid=25897 vsize=16868 CPUtime=0.84
/proc/25899/stat : 25899 (sugar) S 25897 25899 21932 0 -1 4194304 1310 12069 0 1 5 1 70 8 15 0 1 0 23830085 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25899/statm: 4217 1111 409 3 0 796 0
[pid=25912] ppid=25899 vsize=5356 CPUtime=0
/proc/25912/stat : 25912 (sh) S 25899 25899 21932 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23830177 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25912/statm: 1339 233 193 169 0 50 0
[pid=25913] ppid=25912 vsize=868724 CPUtime=5.31
/proc/25913/stat : 25913 (java) S 25912 25899 21932 0 -1 0 26552 0 1 0 518 13 0 0 18 0 9 0 23830177 889573376 24040 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25913/statm: 217181 24040 2591 9 0 211658 0
[pid=25913/tid=25914] ppid=25912 vsize=868724 CPUtime=3.02
/proc/25913/task/25914/stat : 25914 (java) R 25912 25899 21932 0 -1 64 3689 0 1 0 300 2 0 0 25 0 9 0 23830178 889573376 24040 996147200 134512640 134550932 4294955936 18446744073709551615 4126095963 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25913/tid=25915] ppid=25912 vsize=868724 CPUtime=2.07
/proc/25913/task/25915/stat : 25915 (java) S 25912 25899 21932 0 -1 64 20708 0 0 0 198 9 0 0 16 0 9 0 23830180 889573376 24040 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25913/tid=25916] ppid=25912 vsize=868724 CPUtime=0
/proc/25913/task/25916/stat : 25916 (java) S 25912 25899 21932 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23830180 889573376 24040 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25913/tid=25917] ppid=25912 vsize=868724 CPUtime=0
/proc/25913/task/25917/stat : 25917 (java) S 25912 25899 21932 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23830180 889573376 24040 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25913/tid=25918] ppid=25912 vsize=868724 CPUtime=0
/proc/25913/task/25918/stat : 25918 (java) S 25912 25899 21932 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23830182 889573376 24040 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25913/tid=25919] ppid=25912 vsize=868724 CPUtime=0.18
/proc/25913/task/25919/stat : 25919 (java) S 25912 25899 21932 0 -1 64 1452 0 0 0 18 0 0 0 17 0 9 0 23830182 889573376 24040 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25913/tid=25920] ppid=25912 vsize=868724 CPUtime=0
/proc/25913/task/25920/stat : 25920 (java) S 25912 25899 21932 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23830182 889573376 24040 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25913/tid=25921] ppid=25912 vsize=868724 CPUtime=0
/proc/25913/task/25921/stat : 25921 (java) S 25912 25899 21932 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23830182 889573376 24040 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 890948

[startup+12.7013 s]
/proc/loadavg: 2.02 2.00 2.07 3/85 25927
/proc/meminfo: memFree=1666608/2055920 swapFree=4192812/4192956
[pid=25899] ppid=25897 vsize=16868 CPUtime=0.84
/proc/25899/stat : 25899 (sugar) S 25897 25899 21932 0 -1 4194304 1310 12069 0 1 5 1 70 8 16 0 1 0 23830085 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25899/statm: 4217 1111 409 3 0 796 0
[pid=25912] ppid=25899 vsize=5356 CPUtime=0
/proc/25912/stat : 25912 (sh) S 25899 25899 21932 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23830177 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25912/statm: 1339 233 193 169 0 50 0
[pid=25913] ppid=25912 vsize=868724 CPUtime=11.63
/proc/25913/stat : 25913 (java) S 25912 25899 21932 0 -1 0 27515 0 1 0 1148 15 0 0 18 0 9 0 23830177 889573376 24957 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25913/statm: 217181 24957 2591 9 0 211658 0
[pid=25913/tid=25914] ppid=25912 vsize=868724 CPUtime=9.21
/proc/25913/task/25914/stat : 25914 (java) R 25912 25899 21932 0 -1 64 3735 0 1 0 918 3 0 0 25 0 9 0 23830178 889573376 24957 996147200 134512640 134550932 4294955936 18446744073709551615 4126887538 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25913/tid=25915] ppid=25912 vsize=868724 CPUtime=2.2
/proc/25913/task/25915/stat : 25915 (java) S 25912 25899 21932 0 -1 64 21615 0 0 0 210 10 0 0 16 0 9 0 23830180 889573376 24957 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25913/tid=25916] ppid=25912 vsize=868724 CPUtime=0
/proc/25913/task/25916/stat : 25916 (java) S 25912 25899 21932 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23830180 889573376 24957 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25913/tid=25917] ppid=25912 vsize=868724 CPUtime=0
/proc/25913/task/25917/stat : 25917 (java) S 25912 25899 21932 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23830180 889573376 24957 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25913/tid=25918] ppid=25912 vsize=868724 CPUtime=0
/proc/25913/task/25918/stat : 25918 (java) S 25912 25899 21932 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23830182 889573376 24957 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25913/tid=25919] ppid=25912 vsize=868724 CPUtime=0.19
/proc/25913/task/25919/stat : 25919 (java) S 25912 25899 21932 0 -1 64 1462 0 0 0 19 0 0 0 16 0 9 0 23830182 889573376 24957 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25913/tid=25920] ppid=25912 vsize=868724 CPUtime=0
/proc/25913/task/25920/stat : 25920 (java) S 25912 25899 21932 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23830182 889573376 24957 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25913/tid=25921] ppid=25912 vsize=868724 CPUtime=0
/proc/25913/task/25921/stat : 25921 (java) S 25912 25899 21932 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23830182 889573376 24957 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 890948

[startup+25.5029 s]
/proc/loadavg: 2.02 2.00 2.07 3/85 25927
/proc/meminfo: memFree=1657528/2055920 swapFree=4192812/4192956
[pid=25899] ppid=25897 vsize=16868 CPUtime=0.84
/proc/25899/stat : 25899 (sugar) S 25897 25899 21932 0 -1 4194304 1310 12069 0 1 5 1 70 8 16 0 1 0 23830085 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25899/statm: 4217 1111 409 3 0 796 0
[pid=25912] ppid=25899 vsize=5356 CPUtime=0
/proc/25912/stat : 25912 (sh) S 25899 25899 21932 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23830177 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25912/statm: 1339 233 193 169 0 50 0
[pid=25913] ppid=25912 vsize=868724 CPUtime=24.32
/proc/25913/stat : 25913 (java) S 25912 25899 21932 0 -1 0 29591 0 1 0 2416 16 0 0 18 0 9 0 23830177 889573376 27002 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25913/statm: 217181 27002 2591 9 0 211658 0
[pid=25913/tid=25914] ppid=25912 vsize=868724 CPUtime=21.79
/proc/25913/task/25914/stat : 25914 (java) R 25912 25899 21932 0 -1 64 3766 0 1 0 2176 3 0 0 25 0 9 0 23830178 889573376 27002 996147200 134512640 134550932 4294955936 18446744073709551615 4126566405 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25913/tid=25915] ppid=25912 vsize=868724 CPUtime=2.31
/proc/25913/task/25915/stat : 25915 (java) S 25912 25899 21932 0 -1 64 23660 0 0 0 220 11 0 0 16 0 9 0 23830180 889573376 27002 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25913/tid=25916] ppid=25912 vsize=868724 CPUtime=0
/proc/25913/task/25916/stat : 25916 (java) S 25912 25899 21932 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23830180 889573376 27002 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25913/tid=25917] ppid=25912 vsize=868724 CPUtime=0
/proc/25913/task/25917/stat : 25917 (java) S 25912 25899 21932 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23830180 889573376 27002 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25913/tid=25918] ppid=25912 vsize=868724 CPUtime=0

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

/proc/25913/task/25919/stat : 25919 (java) S 25912 25899 21932 0 -1 64 1467 0 0 0 19 0 0 0 16 0 9 0 23830182 889573376 39862 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25913/tid=25920] ppid=25912 vsize=868724 CPUtime=0
/proc/25913/task/25920/stat : 25920 (java) S 25912 25899 21932 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23830182 889573376 39862 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25913/tid=25921] ppid=25912 vsize=868724 CPUtime=0
/proc/25913/task/25921/stat : 25921 (java) S 25912 25899 21932 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23830182 889573376 39862 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1113.45
Current children cumulated vsize (KiB) 890948

[startup+1182.3 s]
/proc/loadavg: 2.07 2.04 2.00 3/85 26034
/proc/meminfo: memFree=1582840/2055920 swapFree=4192812/4192956
[pid=25899] ppid=25897 vsize=16868 CPUtime=0.84
/proc/25899/stat : 25899 (sugar) S 25897 25899 21932 0 -1 4194304 1310 12069 0 1 5 1 70 8 16 0 1 0 23830085 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25899/statm: 4217 1111 409 3 0 796 0
[pid=25912] ppid=25899 vsize=5356 CPUtime=0
/proc/25912/stat : 25912 (sh) S 25899 25899 21932 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23830177 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25912/statm: 1339 233 193 169 0 50 0
[pid=25913] ppid=25912 vsize=868724 CPUtime=1172.09
/proc/25913/stat : 25913 (java) S 25912 25899 21932 0 -1 0 50638 0 1 0 117164 45 0 0 18 0 9 0 23830177 889573376 39862 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25913/statm: 217181 39862 2591 9 0 211658 0
[pid=25913/tid=25914] ppid=25912 vsize=868724 CPUtime=1167.06
/proc/25913/task/25914/stat : 25914 (java) R 25912 25899 21932 0 -1 64 4278 0 1 0 116685 21 0 0 25 0 9 0 23830178 889573376 39862 996147200 134512640 134550932 4294955936 18446744073709551615 4126904291 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25913/tid=25915] ppid=25912 vsize=868724 CPUtime=4.8
/proc/25913/task/25915/stat : 25915 (java) S 25912 25899 21932 0 -1 64 44190 0 0 0 459 21 0 0 16 0 9 0 23830180 889573376 39862 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25913/tid=25916] ppid=25912 vsize=868724 CPUtime=0
/proc/25913/task/25916/stat : 25916 (java) S 25912 25899 21932 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23830180 889573376 39862 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25913/tid=25917] ppid=25912 vsize=868724 CPUtime=0
/proc/25913/task/25917/stat : 25917 (java) S 25912 25899 21932 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23830180 889573376 39862 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25913/tid=25918] ppid=25912 vsize=868724 CPUtime=0
/proc/25913/task/25918/stat : 25918 (java) S 25912 25899 21932 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23830182 889573376 39862 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25913/tid=25919] ppid=25912 vsize=868724 CPUtime=0.19
/proc/25913/task/25919/stat : 25919 (java) S 25912 25899 21932 0 -1 64 1467 0 0 0 19 0 0 0 16 0 9 0 23830182 889573376 39862 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25913/tid=25920] ppid=25912 vsize=868724 CPUtime=0
/proc/25913/task/25920/stat : 25920 (java) S 25912 25899 21932 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23830182 889573376 39862 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25913/tid=25921] ppid=25912 vsize=868724 CPUtime=0
/proc/25913/task/25921/stat : 25921 (java) S 25912 25899 21932 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23830182 889573376 39862 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1172.93
Current children cumulated vsize (KiB) 890948

[startup+1242.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/85 26034
/proc/meminfo: memFree=1574776/2055920 swapFree=4192812/4192956
[pid=25899] ppid=25897 vsize=16868 CPUtime=0.84
/proc/25899/stat : 25899 (sugar) S 25897 25899 21932 0 -1 4194304 1310 12069 0 1 5 1 70 8 16 0 1 0 23830085 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25899/statm: 4217 1111 409 3 0 796 0
[pid=25912] ppid=25899 vsize=5356 CPUtime=0
/proc/25912/stat : 25912 (sh) S 25899 25899 21932 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23830177 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25912/statm: 1339 233 193 169 0 50 0
[pid=25913] ppid=25912 vsize=868724 CPUtime=1231.58
/proc/25913/stat : 25913 (java) S 25912 25899 21932 0 -1 0 50693 0 1 0 123106 52 0 0 18 0 9 0 23830177 889573376 39862 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25913/statm: 217181 39862 2591 9 0 211658 0
[pid=25913/tid=25914] ppid=25912 vsize=868724 CPUtime=1226.49
/proc/25913/task/25914/stat : 25914 (java) R 25912 25899 21932 0 -1 64 4333 0 1 0 122620 29 0 0 25 0 9 0 23830178 889573376 39862 996147200 134512640 134550932 4294955936 18446744073709551615 4126873604 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25913/tid=25915] ppid=25912 vsize=868724 CPUtime=4.86
/proc/25913/task/25915/stat : 25915 (java) S 25912 25899 21932 0 -1 64 44190 0 0 0 465 21 0 0 16 0 9 0 23830180 889573376 39862 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25913/tid=25916] ppid=25912 vsize=868724 CPUtime=0
/proc/25913/task/25916/stat : 25916 (java) S 25912 25899 21932 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23830180 889573376 39862 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25913/tid=25917] ppid=25912 vsize=868724 CPUtime=0
/proc/25913/task/25917/stat : 25917 (java) S 25912 25899 21932 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23830180 889573376 39862 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25913/tid=25918] ppid=25912 vsize=868724 CPUtime=0
/proc/25913/task/25918/stat : 25918 (java) S 25912 25899 21932 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23830182 889573376 39862 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25913/tid=25919] ppid=25912 vsize=868724 CPUtime=0.19
/proc/25913/task/25919/stat : 25919 (java) S 25912 25899 21932 0 -1 64 1467 0 0 0 19 0 0 0 16 0 9 0 23830182 889573376 39862 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25913/tid=25920] ppid=25912 vsize=868724 CPUtime=0
/proc/25913/task/25920/stat : 25920 (java) S 25912 25899 21932 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23830182 889573376 39862 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25913/tid=25921] ppid=25912 vsize=868724 CPUtime=0
/proc/25913/task/25921/stat : 25921 (java) S 25912 25899 21932 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23830182 889573376 39862 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1232.42
Current children cumulated vsize (KiB) 890948

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

[startup+1254.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/77 26036
/proc/meminfo: memFree=1680824/2055920 swapFree=4192812/4192956
[pid=25899] ppid=25897 vsize=16868 CPUtime=1233.57
/proc/25899/stat : 25899 (sugar) S 25897 25899 21932 0 -1 4194304 1365 63110 0 2 5 1 123280 71 16 0 1 0 23830085 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25899/statm: 4217 1113 409 3 0 796 0
[pid=26035] ppid=25899 vsize=5356 CPUtime=0
/proc/26035/stat : 26035 (sh) S 25899 25899 21932 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23954432 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26035/statm: 1339 232 193 169 0 50 0
[pid=26036] ppid=26035 vsize=28084 CPUtime=10.72
/proc/26036/stat : 26036 (picosat) R 26035 25899 21932 0 -1 4194304 6846 0 0 0 503 569 0 0 25 0 1 0 23954433 28758016 6832 996147200 134512640 134931368 4294956256 18446744073709551615 134514717 0 0 4096 0 0 0 0 17 1 0 0
/proc/26036/statm: 7021 6832 40 102 0 6916 0
Current children cumulated CPU time (s) 1244.29
Current children cumulated vsize (KiB) 50308

[startup+1260.7 s]
/proc/loadavg: 2.13 2.06 2.01 3/77 26036
/proc/meminfo: memFree=1665208/2055920 swapFree=4192812/4192956
[pid=25899] ppid=25897 vsize=16868 CPUtime=1233.57
/proc/25899/stat : 25899 (sugar) S 25897 25899 21932 0 -1 4194304 1365 63110 0 2 5 1 123280 71 16 0 1 0 23830085 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25899/statm: 4217 1113 409 3 0 796 0
[pid=26035] ppid=25899 vsize=5356 CPUtime=0
/proc/26035/stat : 26035 (sh) S 25899 25899 21932 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23954432 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26035/statm: 1339 232 193 169 0 50 0
[pid=26036] ppid=26035 vsize=44388 CPUtime=17.07
/proc/26036/stat : 26036 (picosat) R 26035 25899 21932 0 -1 4194304 10630 0 0 0 809 898 0 0 25 0 1 0 23954433 45453312 10616 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/26036/statm: 11097 10616 40 102 0 10992 0
Current children cumulated CPU time (s) 1250.64
Current children cumulated vsize (KiB) 66612

[startup+1267.1 s]
/proc/loadavg: 2.11 2.06 2.00 3/77 26036
/proc/meminfo: memFree=1649784/2055920 swapFree=4192812/4192956
[pid=25899] ppid=25897 vsize=16868 CPUtime=1233.57
/proc/25899/stat : 25899 (sugar) S 25897 25899 21932 0 -1 4194304 1365 63110 0 2 5 1 123280 71 16 0 1 0 23830085 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25899/statm: 4217 1113 409 3 0 796 0
[pid=26035] ppid=25899 vsize=5356 CPUtime=0
/proc/26035/stat : 26035 (sh) S 25899 25899 21932 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23954432 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26035/statm: 1339 232 193 169 0 50 0
[pid=26036] ppid=26035 vsize=58644 CPUtime=23.43
/proc/26036/stat : 26036 (picosat) R 26035 25899 21932 0 -1 4194304 14373 0 0 0 1112 1231 0 0 25 0 1 0 23954433 60051456 14359 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/26036/statm: 14661 14359 40 102 0 14556 0
Current children cumulated CPU time (s) 1257
Current children cumulated vsize (KiB) 80868

[startup+1270.3 s]
/proc/loadavg: 2.11 2.06 2.00 3/77 26036
/proc/meminfo: memFree=1644664/2055920 swapFree=4192812/4192956
[pid=25899] ppid=25897 vsize=16868 CPUtime=1233.57
/proc/25899/stat : 25899 (sugar) S 25897 25899 21932 0 -1 4194304 1365 63110 0 2 5 1 123280 71 16 0 1 0 23830085 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25899/statm: 4217 1113 409 3 0 796 0
[pid=26035] ppid=25899 vsize=5356 CPUtime=0
/proc/26035/stat : 26035 (sh) S 25899 25899 21932 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23954432 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26035/statm: 1339 232 193 169 0 50 0
[pid=26036] ppid=26035 vsize=65640 CPUtime=26.6
/proc/26036/stat : 26036 (picosat) R 26035 25899 21932 0 -1 4194304 16247 0 0 0 1262 1398 0 0 25 0 1 0 23954433 67215360 16233 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/26036/statm: 16410 16233 40 102 0 16305 0
Current children cumulated CPU time (s) 1260.17
Current children cumulated vsize (KiB) 87864

[startup+1271.1 s]
/proc/loadavg: 2.11 2.06 2.00 3/77 26036
/proc/meminfo: memFree=1642040/2055920 swapFree=4192812/4192956
[pid=25899] ppid=25897 vsize=16868 CPUtime=1233.57
/proc/25899/stat : 25899 (sugar) S 25897 25899 21932 0 -1 4194304 1365 63110 0 2 5 1 123280 71 16 0 1 0 23830085 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25899/statm: 4217 1113 409 3 0 796 0
[pid=26035] ppid=25899 vsize=5356 CPUtime=0
/proc/26035/stat : 26035 (sh) S 25899 25899 21932 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23954432 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26035/statm: 1339 232 193 169 0 50 0
[pid=26036] ppid=26035 vsize=66044 CPUtime=27.39
/proc/26036/stat : 26036 (picosat) R 26035 25899 21932 0 -1 4194304 16321 0 0 0 1337 1402 0 0 25 0 1 0 23954433 67629056 16307 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/26036/statm: 16511 16307 42 102 0 16406 0
Current children cumulated CPU time (s) 1260.96
Current children cumulated vsize (KiB) 88268

[startup+1271.5 s]
/proc/loadavg: 2.10 2.05 2.00 3/77 26036
/proc/meminfo: memFree=1641976/2055920 swapFree=4192812/4192956
[pid=25899] ppid=25897 vsize=16868 CPUtime=1233.57
/proc/25899/stat : 25899 (sugar) S 25897 25899 21932 0 -1 4194304 1365 63110 0 2 5 1 123280 71 16 0 1 0 23830085 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25899/statm: 4217 1113 409 3 0 796 0
[pid=26035] ppid=25899 vsize=5356 CPUtime=0
/proc/26035/stat : 26035 (sh) S 25899 25899 21932 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23954432 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26035/statm: 1339 232 193 169 0 50 0
[pid=26036] ppid=26035 vsize=66044 CPUtime=27.79
/proc/26036/stat : 26036 (picosat) R 26035 25899 21932 0 -1 4194304 16322 0 0 0 1377 1402 0 0 25 0 1 0 23954433 67629056 16308 996147200 134512640 134931368 4294956256 18446744073709551615 134525775 0 0 4096 0 0 0 0 17 1 0 0
/proc/26036/statm: 16511 16308 42 102 0 16406 0
Current children cumulated CPU time (s) 1261.36
Current children cumulated vsize (KiB) 88268

[startup+1271.9 s]
/proc/loadavg: 2.10 2.05 2.00 3/77 26036
/proc/meminfo: memFree=1641976/2055920 swapFree=4192812/4192956
[pid=25899] ppid=25897 vsize=16868 CPUtime=1261.64
/proc/25899/stat : 25899 (sugar) S 25897 25899 21932 0 -1 4194304 1449 79725 0 2 5 1 124683 1475 15 0 1 0 23830085 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25899/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 1261.64
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 1271.96
CPU time (s): 1261.84
CPU user time (s): 1247.01
CPU system time (s): 14.8277
CPU usage (%): 99.2045
Max. virtual memory (cumulated for all children) (KiB): 903200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1247.01
system time used= 14.8277
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 85027
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 32672
involuntary context switches= 55254

runsolver used 1.50577 second user time and 4.29035 second system time

The end

Launcher Data

Begin job on node92 at 2009-07-12 05:00:51
IDJOB=2078957
IDBENCH=56828
IDSOLVER=738
FILE ID=node92/2078957-1247367650
PBS_JOBID= 9507021
Free space on /tmp= 66336 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/ogdPuzzle/normalized-crossword-m1-ogd-puzzle13.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2078957-1247367650/watcher-2078957-1247367650 -o /tmp/evaluation-result-2078957-1247367650/solver-2078957-1247367650 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2078957-1247367650.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 5c838c7da843ae4708fcbeb82b8744bc
RANDOM SEED=990240967

node92.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.216
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.216
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1765360 kB
Buffers:         18136 kB
Cached:         160908 kB
SwapCached:          0 kB
Active:         151580 kB
Inactive:        80176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1765360 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2780 kB
Writeback:           0 kB
Mapped:          63360 kB
Slab:            44084 kB
Committed_AS:   224404 kB
PageTables:       1916 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= 66332 MiB
End job on node92 at 2009-07-12 05:22:03