Trace number 2060202

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 227.851 631.29

General information on the benchmark

Namecsp/magicSquare/
normalized-magicSquare-10_glb.xml
MD5SUM8bce133ddb71db1f40340916746927bb
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.696893
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints23
Maximum constraint arity100
Maximum domain size100
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)alldifferent(1),weightedsum(22)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.07	c 0	BEGIN Sat Jul 11 17:23:12 2009
0.00/0.07	c 0	PID 13734
0.00/0.07	c 0	HOST node90.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2060202-1247325791.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-2060202-1247325791.xml' 'HOME/temp.csp'
0.06/0.24	c 0	1 domains, 100 variables, 0 predicates, 0 relations, 23 constraints
0.06/0.28	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.28	c 0	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.26/0.36	c 0	Parsing HOME/temp.csp
0.26/0.38	c 0	parsed 124 expressions
0.26/0.40	c 0	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.26/0.40	c 0	Converting to clausal form CSP
0.26/0.42	c 0	converted 13 (10%) expressions
0.26/0.42	c 0	converted 25 (20%) expressions
0.26/0.42	c 0	converted 38 (30%) expressions
0.26/0.42	c 0	converted 50 (40%) expressions
0.26/0.42	c 0	converted 62 (50%) expressions
0.26/0.42	c 0	converted 75 (60%) expressions
0.26/0.43	c 0	converted 87 (70%) expressions
0.26/0.43	c 0	converted 100 (80%) expressions
0.26/0.54	c 0	converted 112 (90%) expressions
0.26/0.80	c 0	converted 124 (100%) expressions
0.26/0.80	c 0	CSP : 408 integers, 0 booleans, 5612 clauses, largest domain size 397
0.26/0.80	c 0	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.26/0.80	c 0	Propagation in CSP
0.26/0.87	c 0	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.26/0.87	c 0	CSP : 408 integers, 0 booleans, 5612 clauses, largest domain size 397
0.26/0.87	c 0	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.26/0.88	c 0	Simplifing CSP by introducing new Boolean variables
0.26/0.96	c 1	CSP : 408 integers, 9900 booleans, 15512 clauses, largest domain size 397
0.26/0.97	c 1	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.95/1.02	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.95/1.04	c 1	41 (10%) CSP integer variables are encoded (4018 clauses, 50108 bytes)
0.95/1.05	c 1	82 (20%) CSP integer variables are encoded (8036 clauses, 102342 bytes)
0.95/1.06	c 1	123 (30%) CSP integer variables are encoded (15519 clauses, 210862 bytes)
0.95/1.07	c 1	164 (40%) CSP integer variables are encoded (25972 clauses, 367657 bytes)
0.95/1.08	c 1	204 (50%) CSP integer variables are encoded (36129 clauses, 520012 bytes)
0.95/1.10	c 1	245 (60%) CSP integer variables are encoded (46582 clauses, 676807 bytes)
1.05/1.11	c 1	286 (70%) CSP integer variables are encoded (56936 clauses, 832117 bytes)
1.05/1.12	c 1	327 (80%) CSP integer variables are encoded (67389 clauses, 988912 bytes)
1.05/1.13	c 1	368 (90%) CSP integer variables are encoded (77644 clauses, 1142737 bytes)
1.05/1.15	c 1	408 (100%) CSP integer variables are encoded (87900 clauses, 1296577 bytes)
26.05/58.90	c 59	1552 (10%) CSP clauses are encoded (14126101 clauses, 284925313 bytes)
26.15/59.09	c 59	3103 (20%) CSP clauses are encoded (14230018 clauses, 286883238 bytes)
26.35/59.29	c 59	4654 (30%) CSP clauses are encoded (14333935 clauses, 288919643 bytes)
26.54/59.47	c 59	6205 (40%) CSP clauses are encoded (14437852 clauses, 290983507 bytes)
26.74/59.66	c 59	7756 (50%) CSP clauses are encoded (14541769 clauses, 293047371 bytes)
26.94/59.85	c 59	9308 (60%) CSP clauses are encoded (14645786 clauses, 295113224 bytes)
27.13/60.03	c 60	10859 (70%) CSP clauses are encoded (14749703 clauses, 297177088 bytes)
27.33/60.22	c 60	12410 (80%) CSP clauses are encoded (14853620 clauses, 299240952 bytes)
27.52/60.40	c 60	13961 (90%) CSP clauses are encoded (14957537 clauses, 301304816 bytes)
27.62/60.59	c 60	15512 (100%) CSP clauses are encoded (15061256 clauses, 303365782 bytes)
27.62/60.59	c 60	15512 CSP clauses encoded
27.62/60.59	c 60	Writing map file : HOME/temp.map
27.62/60.59	c 60	Heap : 6 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
27.62/60.59	c 60	SAT : 98208 SAT variables, 15061256 SAT clauses, 303365782 bytes
27.62/60.59	c 60	Heap : 6 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
27.72/60.64	c 60	SOLVING HOME/temp.cnf
27.72/60.64	c 60	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
227.19/263.44	c 263	DECODING HOME/temp.out WITH HOME/temp.map
227.19/263.44	c 263	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'
227.25/263.53	c 263	Decoding HOME/temp.out
227.25/263.71	s SATISFIABLE
227.25/263.72	v 10 6 62 32 46 79 59 91 100 20 97 45 31 83 14 53 54 18 30 80 95 15 13 16 65 86 72 51 26 66 71 22 74 25 70 34 88 29 73 19 4 98 40 23 84 17 64 75 33 67 57 87 61 38 60 50 28 12 85 27 5 43 90 89 11 35 76 99 8 49 68 96 37 58 47 94 3 42 24 36 77 92 41 93 39 2 9 7 82 63 21 1 56 48 69 55 52 81 44 78
227.25/263.72	c 263	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
227.25/263.77	c 263	CPU 227.52 (0.05 0.01 152.58 74.88)
227.25/263.77	c 263	END Sat Jul 11 17:27:35 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-2060202-1247325791/watcher-2060202-1247325791 -o /tmp/evaluation-result-2060202-1247325791/solver-2060202-1247325791 -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-2060202-1247325791.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: 1.60 1.90 1.99 4/73 13734
/proc/meminfo: memFree=1260828/2055920 swapFree=4192956/4192956
[pid=13734] ppid=13732 vsize=12272 CPUtime=0
/proc/13734/stat : 13734 (sugar) R 13732 13734 12618 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 19643826 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 256384858880 0 0 4224 0 0 0 0 17 0 0 0
/proc/13734/statm: 3068 327 246 3 0 168 0

[startup+0.010016 s]
/proc/loadavg: 1.60 1.90 1.99 4/73 13734
/proc/meminfo: memFree=1260828/2055920 swapFree=4192956/4192956
[pid=13734] ppid=13732 vsize=12412 CPUtime=0
/proc/13734/stat : 13734 (sugar) R 13732 13734 12618 0 -1 4194304 424 0 0 0 0 0 0 0 18 0 1 0 19643826 12709888 392 996147200 4194304 4206940 548682068608 18446744073709551615 256373734398 0 0 4224 0 0 0 0 17 0 0 0
/proc/13734/statm: 3103 392 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.103031 s]
/proc/loadavg: 1.60 1.90 1.99 4/73 13734
/proc/meminfo: memFree=1260828/2055920 swapFree=4192956/4192956
[pid=13734] ppid=13732 vsize=16868 CPUtime=0.06
/proc/13734/stat : 13734 (sugar) S 13732 13734 12618 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 19643826 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13734/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301052 s]
/proc/loadavg: 1.60 1.90 1.99 4/73 13734
/proc/meminfo: memFree=1260828/2055920 swapFree=4192956/4192956
[pid=13734] ppid=13732 vsize=16868 CPUtime=0.26
/proc/13734/stat : 13734 (sugar) S 13732 13734 12618 0 -1 4194304 1292 4332 0 1 5 1 17 3 16 0 1 0 19643826 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13734/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 16868

[startup+0.70109 s]
/proc/loadavg: 1.60 1.90 1.99 4/73 13734
/proc/meminfo: memFree=1260828/2055920 swapFree=4192956/4192956
[pid=13734] ppid=13732 vsize=16868 CPUtime=0.26
/proc/13734/stat : 13734 (sugar) S 13732 13734 12618 0 -1 4194304 1309 4332 0 1 5 1 17 3 16 0 1 0 19643826 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13734/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 16868

[startup+1.50218 s]
/proc/loadavg: 1.60 1.90 1.99 4/84 13756
/proc/meminfo: memFree=1239548/2055920 swapFree=4192956/4192956
[pid=13734] ppid=13732 vsize=16868 CPUtime=0.26
/proc/13734/stat : 13734 (sugar) S 13732 13734 12618 0 -1 4194304 1310 4332 0 1 5 1 17 3 15 0 1 0 19643826 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13734/statm: 4217 1111 409 3 0 796 0
[pid=13747] ppid=13734 vsize=5356 CPUtime=0
/proc/13747/stat : 13747 (sh) S 13734 13734 12618 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19643854 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13747/statm: 1339 233 193 169 0 50 0
[pid=13748] ppid=13747 vsize=868668 CPUtime=1.19
/proc/13748/stat : 13748 (java) S 13747 13734 12618 0 -1 0 7990 0 1 0 110 9 0 0 20 0 9 0 19643855 889516032 7036 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13748/statm: 217167 7036 2590 9 0 211644 0
[pid=13748/tid=13749] ppid=13747 vsize=868668 CPUtime=0.77
/proc/13748/task/13749/stat : 13749 (java) R 13747 13734 12618 0 -1 64 2892 0 1 0 72 5 0 0 25 0 9 0 19643855 889516032 7036 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13748/tid=13750] ppid=13747 vsize=868668 CPUtime=0.22
/proc/13748/task/13750/stat : 13750 (java) S 13747 13734 12618 0 -1 64 2907 0 0 0 20 2 0 0 16 0 9 0 19643857 889516032 7036 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13748/tid=13751] ppid=13747 vsize=868668 CPUtime=0
/proc/13748/task/13751/stat : 13751 (java) S 13747 13734 12618 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19643857 889516032 7036 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13748/tid=13752] ppid=13747 vsize=868668 CPUtime=0
/proc/13748/task/13752/stat : 13752 (java) S 13747 13734 12618 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19643857 889516032 7036 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13748/tid=13753] ppid=13747 vsize=868668 CPUtime=0
/proc/13748/task/13753/stat : 13753 (java) S 13747 13734 12618 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 19643859 889516032 7036 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13748/tid=13754] ppid=13747 vsize=868668 CPUtime=0.17
/proc/13748/task/13754/stat : 13754 (java) S 13747 13734 12618 0 -1 64 1493 0 0 0 16 1 0 0 16 0 9 0 19643859 889516032 7036 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13748/tid=13755] ppid=13747 vsize=868668 CPUtime=0
/proc/13748/task/13755/stat : 13755 (java) S 13747 13734 12618 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 19643859 889516032 7036 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13748/tid=13756] ppid=13747 vsize=868668 CPUtime=0
/proc/13748/task/13756/stat : 13756 (java) S 13747 13734 12618 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19643859 889516032 7036 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 890892

[startup+3.10134 s]
/proc/loadavg: 1.60 1.90 1.99 3/84 13756
/proc/meminfo: memFree=1226876/2055920 swapFree=4192956/4192956
[pid=13734] ppid=13732 vsize=16868 CPUtime=0.26
/proc/13734/stat : 13734 (sugar) S 13732 13734 12618 0 -1 4194304 1310 4332 0 1 5 1 17 3 15 0 1 0 19643826 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13734/statm: 4217 1111 409 3 0 796 0
[pid=13747] ppid=13734 vsize=5356 CPUtime=0
/proc/13747/stat : 13747 (sh) S 13734 13734 12618 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19643854 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13747/statm: 1339 233 193 169 0 50 0
[pid=13748] ppid=13747 vsize=868668 CPUtime=2.77
/proc/13748/stat : 13748 (java) S 13747 13734 12618 0 -1 0 8547 0 1 0 254 23 0 0 20 0 9 0 19643855 889516032 7041 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13748/statm: 217167 7041 2590 9 0 211644 0
[pid=13748/tid=13749] ppid=13747 vsize=868668 CPUtime=2.21
/proc/13748/task/13749/stat : 13749 (java) R 13747 13734 12618 0 -1 64 3444 0 1 0 204 17 0 0 25 0 9 0 19643855 889516032 7041 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13748/tid=13750] ppid=13747 vsize=868668 CPUtime=0.36
/proc/13748/task/13750/stat : 13750 (java) S 13747 13734 12618 0 -1 64 2907 0 0 0 31 5 0 0 16 0 9 0 19643857 889516032 7041 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13748/tid=13751] ppid=13747 vsize=868668 CPUtime=0
/proc/13748/task/13751/stat : 13751 (java) S 13747 13734 12618 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19643857 889516032 7041 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13748/tid=13752] ppid=13747 vsize=868668 CPUtime=0
/proc/13748/task/13752/stat : 13752 (java) S 13747 13734 12618 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19643857 889516032 7041 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13748/tid=13753] ppid=13747 vsize=868668 CPUtime=0
/proc/13748/task/13753/stat : 13753 (java) S 13747 13734 12618 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 19643859 889516032 7041 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13748/tid=13754] ppid=13747 vsize=868668 CPUtime=0.18
/proc/13748/task/13754/stat : 13754 (java) S 13747 13734 12618 0 -1 64 1498 0 0 0 17 1 0 0 16 0 9 0 19643859 889516032 7041 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13748/tid=13755] ppid=13747 vsize=868668 CPUtime=0
/proc/13748/task/13755/stat : 13755 (java) S 13747 13734 12618 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 19643859 889516032 7041 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13748/tid=13756] ppid=13747 vsize=868668 CPUtime=0
/proc/13748/task/13756/stat : 13756 (java) S 13747 13734 12618 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19643859 889516032 7041 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 890892

[startup+6.30268 s]
/proc/loadavg: 1.63 1.90 1.99 3/84 13756
/proc/meminfo: memFree=1188220/2055920 swapFree=4192956/4192956
[pid=13734] ppid=13732 vsize=16868 CPUtime=0.26
/proc/13734/stat : 13734 (sugar) S 13732 13734 12618 0 -1 4194304 1310 4332 0 1 5 1 17 3 15 0 1 0 19643826 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13734/statm: 4217 1111 409 3 0 796 0
[pid=13747] ppid=13734 vsize=5356 CPUtime=0
/proc/13747/stat : 13747 (sh) S 13734 13734 12618 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19643854 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13747/statm: 1339 233 193 169 0 50 0
[pid=13748] ppid=13747 vsize=868668 CPUtime=5.62
/proc/13748/stat : 13748 (java) S 13747 13734 12618 0 -1 0 9376 0 1 0 512 50 0 0 20 0 9 0 19643855 889516032 7041 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13748/statm: 217167 7041 2590 9 0 211644 0
[pid=13748/tid=13749] ppid=13747 vsize=868668 CPUtime=4.83
/proc/13748/task/13749/stat : 13749 (java) R 13747 13734 12618 0 -1 64 4273 0 1 0 444 39 0 0 25 0 9 0 19643855 889516032 7041 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13748/tid=13750] ppid=13747 vsize=868668 CPUtime=0.59
/proc/13748/task/13750/stat : 13750 (java) S 13747 13734 12618 0 -1 64 2907 0 0 0 50 9 0 0 16 0 9 0 19643857 889516032 7041 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13748/tid=13751] ppid=13747 vsize=868668 CPUtime=0
/proc/13748/task/13751/stat : 13751 (java) S 13747 13734 12618 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19643857 889516032 7041 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13748/tid=13752] ppid=13747 vsize=868668 CPUtime=0
/proc/13748/task/13752/stat : 13752 (java) S 13747 13734 12618 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19643857 889516032 7041 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13748/tid=13753] ppid=13747 vsize=868668 CPUtime=0
/proc/13748/task/13753/stat : 13753 (java) S 13747 13734 12618 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 19643859 889516032 7041 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13748/tid=13754] ppid=13747 vsize=868668 CPUtime=0.18
/proc/13748/task/13754/stat : 13754 (java) S 13747 13734 12618 0 -1 64 1498 0 0 0 17 1 0 0 16 0 9 0 19643859 889516032 7041 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13748/tid=13755] ppid=13747 vsize=868668 CPUtime=0
/proc/13748/task/13755/stat : 13755 (java) S 13747 13734 12618 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 19643859 889516032 7041 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13748/tid=13756] ppid=13747 vsize=868668 CPUtime=0
/proc/13748/task/13756/stat : 13756 (java) S 13747 13734 12618 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19643859 889516032 7041 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.88
Current children cumulated vsize (KiB) 890892

[startup+12.7284 s]
/proc/loadavg: 1.74 1.92 2.00 2/84 13756
/proc/meminfo: memFree=1144580/2055920 swapFree=4192956/4192956
[pid=13734] ppid=13732 vsize=16868 CPUtime=0.26
/proc/13734/stat : 13734 (sugar) S 13732 13734 12618 0 -1 4194304 1310 4332 0 1 5 1 17 3 15 0 1 0 19643826 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13734/statm: 4217 1111 409 3 0 796 0
[pid=13747] ppid=13734 vsize=5356 CPUtime=0
/proc/13747/stat : 13747 (sh) S 13734 13734 12618 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19643854 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13747/statm: 1339 233 193 169 0 50 0
[pid=13748] ppid=13747 vsize=868668 CPUtime=8.61
/proc/13748/stat : 13748 (java) S 13747 13734 12618 0 -1 0 10411 0 1 0 782 79 0 0 20 0 9 0 19643855 889516032 7042 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13748/statm: 217167 7042 2590 9 0 211644 0
[pid=13748/tid=13749] ppid=13747 vsize=868668 CPUtime=7.52
/proc/13748/task/13749/stat : 13749 (java) D 13747 13734 12618 0 -1 64 5307 0 1 0 692 60 0 0 25 0 9 0 19643855 889516032 7042 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 0 0 0
[pid=13748/tid=13750] ppid=13747 vsize=868668 CPUtime=0.87
/proc/13748/task/13750/stat : 13750 (java) S 13747 13734 12618 0 -1 64 2907 0 0 0 71 16 0 0 16 0 9 0 19643857 889516032 7042 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13748/tid=13751] ppid=13747 vsize=868668 CPUtime=0
/proc/13748/task/13751/stat : 13751 (java) S 13747 13734 12618 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19643857 889516032 7042 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13748/tid=13752] ppid=13747 vsize=868668 CPUtime=0
/proc/13748/task/13752/stat : 13752 (java) S 13747 13734 12618 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19643857 889516032 7042 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13748/tid=13753] ppid=13747 vsize=868668 CPUtime=0
/proc/13748/task/13753/stat : 13753 (java) S 13747 13734 12618 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 19643859 889516032 7042 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13748/tid=13754] ppid=13747 vsize=868668 CPUtime=0.18
/proc/13748/task/13754/stat : 13754 (java) S 13747 13734 12618 0 -1 64 1499 0 0 0 17 1 0 0 16 0 9 0 19643859 889516032 7042 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13748/tid=13755] ppid=13747 vsize=868668 CPUtime=0
/proc/13748/task/13755/stat : 13755 (java) S 13747 13734 12618 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 19643859 889516032 7042 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13748/tid=13756] ppid=13747 vsize=868668 CPUtime=0
/proc/13748/task/13756/stat : 13756 (java) S 13747 13734 12618 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19643859 889516032 7042 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.87
Current children cumulated vsize (KiB) 890892
heavy processes:

[startup+25.5077 s]
/proc/loadavg: 2.02 1.97 2.02 3/84 13756
/proc/meminfo: memFree=1124100/2055920 swapFree=4192956/4192956
[pid=13734] ppid=13732 vsize=16868 CPUtime=0.26
/proc/13734/stat : 13734 (sugar) S 13732 13734 12618 0 -1 4194304 1310 4332 0 1 5 1 17 3 15 0 1 0 19643826 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13734/statm: 4217 1111 409 3 0 796 0
[pid=13747] ppid=13734 vsize=5356 CPUtime=0
/proc/13747/stat : 13747 (sh) S 13734 13734 12618 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19643854 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13747/statm: 1339 233 193 169 0 50 0
[pid=13748] ppid=13747 vsize=868668 CPUtime=10.32
/proc/13748/stat : 13748 (java) S 13747 13734 12618 0 -1 0 10998 0 1 0 938 94 0 0 20 0 9 0 19643855 889516032 7042 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13748/statm: 217167 7042 2590 9 0 211644 0
[pid=13748/tid=13749] ppid=13747 vsize=868668 CPUtime=9.07
/proc/13748/task/13749/stat : 13749 (java) R 13747 13734 12618 0 -1 64 5894 0 1 0 836 71 0 0 25 0 9 0 19643855 889516032 7042 996147200 134512640 134550932 4294955936 18446744073709551615 4126913002 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13748/tid=13750] ppid=13747 vsize=868668 CPUtime=1.03
/proc/13748/task/13750/stat : 13750 (java) S 13747 13734 12618 0 -1 64 2907 0 0 0 83 20 0 0 16 0 9 0 19643857 889516032 7042 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13748/tid=13751] ppid=13747 vsize=868668 CPUtime=0
/proc/13748/task/13751/stat : 13751 (java) S 13747 13734 12618 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19643857 889516032 7042 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13748/tid=13752] ppid=13747 vsize=868668 CPUtime=0
/proc/13748/task/13752/stat : 13752 (java) S 13747 13734 12618 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19643857 889516032 7042 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/meminfo: memFree=543036/2055920 swapFree=4192956/4192956
[pid=13734] ppid=13732 vsize=16868 CPUtime=27.73
/proc/13734/stat : 13734 (sugar) S 13732 13734 12618 0 -1 4194304 1365 20928 0 2 5 1 2507 260 16 0 1 0 19643826 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13734/statm: 4217 1113 409 3 0 796 0
[pid=13757] ppid=13734 vsize=5356 CPUtime=0
/proc/13757/stat : 13757 (sh) S 13734 13734 12618 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19649890 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13757/statm: 1339 232 193 169 0 50 0
[pid=13758] ppid=13757 vsize=430140 CPUtime=100.16
/proc/13758/stat : 13758 (picosat) R 13757 13734 12618 0 -1 4194304 101431 0 0 0 4556 5460 0 0 25 0 1 0 19649891 440463360 101417 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/13758/statm: 107535 101417 40 102 0 107430 0
Current children cumulated CPU time (s) 127.89
Current children cumulated vsize (KiB) 452364
heavy processes:

[startup+222.306 s]
/proc/loadavg: 3.38 2.65 2.27 3/77 13759
/proc/meminfo: memFree=412348/2055920 swapFree=4192956/4192956
[pid=13734] ppid=13732 vsize=16868 CPUtime=27.73
/proc/13734/stat : 13734 (sugar) S 13732 13734 12618 0 -1 4194304 1365 20928 0 2 5 1 2507 260 16 0 1 0 19643826 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13734/statm: 4217 1113 409 3 0 796 0
[pid=13757] ppid=13734 vsize=5356 CPUtime=0
/proc/13757/stat : 13757 (sh) S 13734 13734 12618 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19649890 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13757/statm: 1339 232 193 169 0 50 0
[pid=13758] ppid=13757 vsize=543612 CPUtime=159.07
/proc/13758/stat : 13758 (picosat) R 13757 13734 12618 0 -1 4194304 133014 0 0 0 8691 7216 0 0 25 0 1 0 19649891 556658688 133000 996147200 134512640 134931368 4294956256 18446744073709551615 134525751 0 0 4096 0 0 0 0 17 1 0 0
/proc/13758/statm: 135903 133000 42 102 0 135798 0
Current children cumulated CPU time (s) 186.8
Current children cumulated vsize (KiB) 565836

[startup+282.302 s]
/proc/loadavg: 3.56 2.82 2.35 2/75 13769
/proc/meminfo: memFree=945164/2055920 swapFree=4192956/4192956
[pid=13734] ppid=13732 vsize=16868 CPUtime=227.52
/proc/13734/stat : 13734 (sugar) D 13732 13734 12618 0 -1 4194304 1476 158227 0 3 5 1 15258 7488 15 0 1 0 19643826 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 256365007913 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/13734/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 227.52
Current children cumulated vsize (KiB) 16868

[startup+342.302 s]
/proc/loadavg: 3.68 3.00 2.44 2/75 13769
/proc/meminfo: memFree=945548/2055920 swapFree=4192956/4192956
[pid=13734] ppid=13732 vsize=16868 CPUtime=227.52
/proc/13734/stat : 13734 (sugar) D 13732 13734 12618 0 -1 4194304 1476 158227 0 3 5 1 15258 7488 15 0 1 0 19643826 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 256365007913 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/13734/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 227.52
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+402.301 s]
/proc/loadavg: 3.52 3.07 2.50 2/75 13769
/proc/meminfo: memFree=945740/2055920 swapFree=4192956/4192956
[pid=13734] ppid=13732 vsize=16868 CPUtime=227.52
/proc/13734/stat : 13734 (sugar) D 13732 13734 12618 0 -1 4194304 1476 158227 0 3 5 1 15258 7488 15 0 1 0 19643826 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 256365007913 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/13734/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 227.52
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+462.301 s]
/proc/loadavg: 3.39 3.12 2.55 3/75 13769
/proc/meminfo: memFree=945932/2055920 swapFree=4192956/4192956
[pid=13734] ppid=13732 vsize=16868 CPUtime=227.52
/proc/13734/stat : 13734 (sugar) D 13732 13734 12618 0 -1 4194304 1476 158227 0 3 5 1 15258 7488 15 0 1 0 19643826 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 256365007913 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/13734/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 227.52
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+522.302 s]
/proc/loadavg: 3.32 3.14 2.59 2/75 13769
/proc/meminfo: memFree=946060/2055920 swapFree=4192956/4192956
[pid=13734] ppid=13732 vsize=16868 CPUtime=227.52
/proc/13734/stat : 13734 (sugar) D 13732 13734 12618 0 -1 4194304 1476 158227 0 3 5 1 15258 7488 15 0 1 0 19643826 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 256365007913 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/13734/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 227.52
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+582.302 s]
/proc/loadavg: 3.42 3.19 2.64 2/76 13770
/proc/meminfo: memFree=946436/2055920 swapFree=4192956/4192956
[pid=13734] ppid=13732 vsize=16868 CPUtime=227.52
/proc/13734/stat : 13734 (sugar) D 13732 13734 12618 0 -1 4194304 1476 158227 0 3 5 1 15258 7488 15 0 1 0 19643826 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 256365007913 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/13734/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 227.52
Current children cumulated vsize (KiB) 16868
heavy processes:

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

[startup+591.702 s]
/proc/loadavg: 3.43 3.20 2.65 2/76 13770
/proc/meminfo: memFree=946628/2055920 swapFree=4192956/4192956
[pid=13734] ppid=13732 vsize=16868 CPUtime=227.52
/proc/13734/stat : 13734 (sugar) D 13732 13734 12618 0 -1 4194304 1476 158227 0 3 5 1 15258 7488 15 0 1 0 19643826 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 256365007913 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/13734/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 227.52
Current children cumulated vsize (KiB) 16868

[startup+617.503 s]
/proc/loadavg: 3.43 3.22 2.66 2/76 13770
/proc/meminfo: memFree=947012/2055920 swapFree=4192956/4192956
[pid=13734] ppid=13732 vsize=16868 CPUtime=227.52
/proc/13734/stat : 13734 (sugar) D 13732 13734 12618 0 -1 4194304 1476 158227 0 3 5 1 15258 7488 15 0 1 0 19643826 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 256365007913 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/13734/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 227.52
Current children cumulated vsize (KiB) 16868

[startup+623.901 s]
/proc/loadavg: 3.40 3.21 2.67 2/76 13770
/proc/meminfo: memFree=947140/2055920 swapFree=4192956/4192956
[pid=13734] ppid=13732 vsize=16868 CPUtime=227.52
/proc/13734/stat : 13734 (sugar) D 13732 13734 12618 0 -1 4194304 1476 158227 0 3 5 1 15258 7488 15 0 1 0 19643826 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 256365007913 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/13734/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 227.52
Current children cumulated vsize (KiB) 16868

[startup+627.102 s]
/proc/loadavg: 3.37 3.21 2.67 2/76 13770
/proc/meminfo: memFree=947268/2055920 swapFree=4192956/4192956
[pid=13734] ppid=13732 vsize=16868 CPUtime=227.52
/proc/13734/stat : 13734 (sugar) D 13732 13734 12618 0 -1 4194304 1476 158227 0 3 5 1 15258 7488 15 0 1 0 19643826 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 256365007913 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/13734/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 227.52
Current children cumulated vsize (KiB) 16868

[startup+628.702 s]
/proc/loadavg: 3.37 3.21 2.67 2/76 13770
/proc/meminfo: memFree=947268/2055920 swapFree=4192956/4192956
[pid=13734] ppid=13732 vsize=16868 CPUtime=227.52
/proc/13734/stat : 13734 (sugar) D 13732 13734 12618 0 -1 4194304 1476 158227 0 3 5 1 15258 7488 15 0 1 0 19643826 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 256365007913 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/13734/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 227.52
Current children cumulated vsize (KiB) 16868

[startup+630.302 s]
/proc/loadavg: 3.34 3.20 2.67 2/76 13770
/proc/meminfo: memFree=947268/2055920 swapFree=4192956/4192956
[pid=13734] ppid=13732 vsize=16868 CPUtime=227.52
/proc/13734/stat : 13734 (sugar) D 13732 13734 12618 0 -1 4194304 1476 158227 0 3 5 1 15258 7488 15 0 1 0 19643826 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 256365007913 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/13734/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 227.52
Current children cumulated vsize (KiB) 16868

[startup+630.702 s]
/proc/loadavg: 3.34 3.20 2.67 2/76 13770
/proc/meminfo: memFree=947268/2055920 swapFree=4192956/4192956
[pid=13734] ppid=13732 vsize=16868 CPUtime=227.52
/proc/13734/stat : 13734 (sugar) D 13732 13734 12618 0 -1 4194304 1476 158227 0 3 5 1 15258 7488 15 0 1 0 19643826 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 256365007913 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/13734/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 227.52
Current children cumulated vsize (KiB) 16868

[startup+631.102 s]
/proc/loadavg: 3.34 3.20 2.67 2/76 13770
/proc/meminfo: memFree=947268/2055920 swapFree=4192956/4192956
[pid=13734] ppid=13732 vsize=16868 CPUtime=227.65
/proc/13734/stat : 13734 (sugar) R 13732 13734 12618 0 -1 4194304 1476 158227 0 3 5 14 15258 7488 16 0 1 0 19643826 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 256365007913 0 0 4224 16386 0 0 0 17 1 0 0
/proc/13734/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 227.65
Current children cumulated vsize (KiB) 16868

[startup+631.208 s]
/proc/loadavg: 3.34 3.20 2.67 3/76 13770
/proc/meminfo: memFree=1105540/2055920 swapFree=4192956/4192956
[pid=13734] ppid=13732 vsize=16868 CPUtime=227.75
/proc/13734/stat : 13734 (sugar) R 13732 13734 12618 0 -1 4194304 1476 158227 0 3 5 24 15258 7488 16 0 1 0 19643826 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 256365007913 0 0 4224 16386 0 0 0 17 1 0 0
/proc/13734/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 227.75
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 631.29
CPU time (s): 227.851
CPU user time (s): 152.64
CPU system time (s): 75.2116
CPU usage (%): 36.093
Max. virtual memory (cumulated for all children) (KiB): 890968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 152.64
system time used= 75.2116
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 159764
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= 78680
involuntary context switches= 80299

runsolver used 2.52662 second user time and 6.51701 second system time

The end

Launcher Data

Begin job on node90 at 2009-07-11 17:23:12
IDJOB=2060202
IDBENCH=53656
IDSOLVER=738
FILE ID=node90/2060202-1247325791
PBS_JOBID= 9506455
Free space on /tmp= 66228 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/magicSquare/normalized-magicSquare-10_glb.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-2060202-1247325791/watcher-2060202-1247325791 -o /tmp/evaluation-result-2060202-1247325791/solver-2060202-1247325791 -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-2060202-1247325791.xml

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

MD5SUM BENCH= 8bce133ddb71db1f40340916746927bb
RANDOM SEED=293537121

node90.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.212
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.212
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:       1261308 kB
Buffers:         54924 kB
Cached:         650440 kB
SwapCached:          0 kB
Active:         226208 kB
Inactive:       513864 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1261308 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1368 kB
Writeback:           0 kB
Mapped:          45436 kB
Slab:            39944 kB
Committed_AS:   208312 kB
PageTables:       1824 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= 66228 MiB
End job on node90 at 2009-07-11 17:33:43