Trace number 2060236

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+minisat? 253.949 262.524

General information on the benchmark

Namecsp/magicSquare/
normalized-magicSquare-19_glb.xml
MD5SUM22706a8158239d72e7dd49177db7bd5a
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables361
Number of constraints41
Maximum constraint arity361
Maximum domain size361
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(40)

Solver Data

0.00/0.06	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.06	c 0	BEGIN Sat Jul 11 17:23:24 2009
0.00/0.06	c 0	PID 13870
0.00/0.07	c 0	HOST node15.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2060236-1247325804.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-2060236-1247325804.xml' 'HOME/temp.csp'
0.06/0.27	c 0	1 domains, 361 variables, 0 predicates, 0 relations, 41 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.32/0.42	c 0	Parsing HOME/temp.csp
0.32/0.46	c 0	parsed 403 expressions
0.32/0.47	c 0	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.32/0.47	c 0	Converting to clausal form CSP
0.32/0.50	c 0	converted 41 (10%) expressions
0.32/0.50	c 0	converted 81 (20%) expressions
0.32/0.50	c 0	converted 121 (30%) expressions
0.32/0.50	c 0	converted 162 (40%) expressions
0.32/0.50	c 0	converted 202 (50%) expressions
0.32/0.50	c 0	converted 242 (60%) expressions
0.32/0.50	c 0	converted 283 (70%) expressions
0.32/0.50	c 0	converted 323 (80%) expressions
0.32/0.53	c 0	converted 363 (90%) expressions
3.31/3.23	c 3	converted 403 (100%) expressions
3.31/3.23	c 3	CSP : 1641 integers, 0 booleans, 67622 clauses, largest domain size 2521
3.31/3.23	c 3	Heap : 45 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.31/3.23	c 3	Propagation in CSP
3.52/3.48	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.52/3.48	c 3	CSP : 1641 integers, 0 booleans, 67622 clauses, largest domain size 2521
3.52/3.48	c 3	Heap : 45 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.61/3.50	c 3	Simplifing CSP by introducing new Boolean variables
4.61/4.54	c 4	CSP : 1641 integers, 129960 booleans, 197582 clauses, largest domain size 2521
4.61/4.54	c 4	Heap : 83 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.02/4.99	c 5	Encoding CSP to SAT : HOME/temp.cnf
5.12/5.09	c 5	165 (10%) CSP integer variables are encoded (59235 clauses, 866439 bytes)
5.23/5.15	c 5	329 (20%) CSP integer variables are encoded (118111 clauses, 1786358 bytes)
5.43/5.35	c 5	493 (30%) CSP integer variables are encoded (282827 clauses, 4586530 bytes)
5.65/5.59	c 5	657 (40%) CSP integer variables are encoded (475263 clauses, 7857942 bytes)
5.95/5.81	c 6	821 (50%) CSP integer variables are encoded (666979 clauses, 11117114 bytes)
6.15/6.03	c 6	985 (60%) CSP integer variables are encoded (859055 clauses, 14382406 bytes)
6.35/6.26	c 6	1149 (70%) CSP integer variables are encoded (1049691 clauses, 17724811 bytes)
6.65/6.51	c 6	1313 (80%) CSP integer variables are encoded (1242127 clauses, 21381095 bytes)
6.83/6.77	c 7	1477 (90%) CSP integer variables are encoded (1433843 clauses, 25023699 bytes)
7.14/7.02	c 7	1641 (100%) CSP integer variables are encoded (1625919 clauses, 28673143 bytes)
252.77/256.85	c 257	ERROR Exception Too large HOME/temp.cnf
252.85/257.00	c 257	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:231)
252.85/257.00	c 257	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:144)
252.85/257.00	c 257	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:314)
252.85/257.00	s UNKNOWN
252.85/257.00	c 257	CPU 252.85 (0.05 0.01 233.13 19.66)
252.85/257.00	c 257	END Sat Jul 11 17:27:41 2009

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2060236-1247325804/watcher-2060236-1247325804 -o /tmp/evaluation-result-2060236-1247325804/solver-2060236-1247325804 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2060236-1247325804.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: 0.74 1.63 1.86 3/67 13870
/proc/meminfo: memFree=1091784/2055920 swapFree=4192044/4192956
[pid=13870] ppid=13868 vsize=12272 CPUtime=0
/proc/13870/stat : 13870 (sugar) R 13868 13870 12564 0 -1 4194304 396 0 0 0 0 0 0 0 18 0 1 0 19647228 12566528 364 996147200 4194304 4206940 548682068608 18446744073709551615 240472783461 0 0 4224 0 0 0 0 17 0 0 0
/proc/13870/statm: 3068 364 274 3 0 168 0

[startup+0.0967339 s]
/proc/loadavg: 0.74 1.63 1.86 3/67 13870
/proc/meminfo: memFree=1091784/2055920 swapFree=4192044/4192956
[pid=13870] ppid=13868 vsize=16868 CPUtime=0.06
/proc/13870/stat : 13870 (sugar) S 13868 13870 12564 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 19647228 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13870/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.101731 s]
/proc/loadavg: 0.74 1.63 1.86 3/67 13870
/proc/meminfo: memFree=1091784/2055920 swapFree=4192044/4192956
[pid=13870] ppid=13868 vsize=16868 CPUtime=0.06
/proc/13870/stat : 13870 (sugar) S 13868 13870 12564 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 19647228 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13870/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301753 s]
/proc/loadavg: 0.74 1.63 1.86 3/67 13870
/proc/meminfo: memFree=1091784/2055920 swapFree=4192044/4192956
[pid=13870] ppid=13868 vsize=16868 CPUtime=0.32
/proc/13870/stat : 13870 (sugar) S 13868 13870 12564 0 -1 4194304 1292 4523 0 1 5 1 24 2 17 0 1 0 19647228 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13870/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 16868

[startup+0.701791 s]
/proc/loadavg: 0.74 1.63 1.86 3/67 13870
/proc/meminfo: memFree=1091784/2055920 swapFree=4192044/4192956
[pid=13870] ppid=13868 vsize=16868 CPUtime=0.32
/proc/13870/stat : 13870 (sugar) S 13868 13870 12564 0 -1 4194304 1309 4523 0 1 5 1 24 2 16 0 1 0 19647228 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13870/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 16868

[startup+1.50186 s]
/proc/loadavg: 0.74 1.63 1.86 2/78 13892
/proc/meminfo: memFree=1067376/2055920 swapFree=4192044/4192956
[pid=13870] ppid=13868 vsize=16868 CPUtime=0.32
/proc/13870/stat : 13870 (sugar) S 13868 13870 12564 0 -1 4194304 1309 4523 0 1 5 1 24 2 16 0 1 0 19647228 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13870/statm: 4217 1111 409 3 0 796 0
[pid=13883] ppid=13870 vsize=5356 CPUtime=0
/proc/13883/stat : 13883 (sh) S 13870 13870 12564 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19647256 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13883/statm: 1339 233 193 169 0 50 0
[pid=13884] ppid=13883 vsize=870480 CPUtime=1.29
/proc/13884/stat : 13884 (java) S 13883 13870 12564 0 -1 0 12097 0 1 0 123 6 0 0 18 0 9 0 19647256 891371520 9961 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13884/statm: 217620 9961 2566 9 0 212125 0
[pid=13884/tid=13885] ppid=13883 vsize=870480 CPUtime=0.7
/proc/13884/task/13885/stat : 13885 (java) S 13883 13870 12564 0 -1 64 2744 0 1 0 69 1 0 0 16 0 9 0 19647257 891371520 9961 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13884/tid=13886] ppid=13883 vsize=870480 CPUtime=0.41
/proc/13884/task/13886/stat : 13886 (java) R 13883 13870 12564 0 -1 64 7118 0 0 0 38 3 0 0 17 0 9 0 19647264 891371520 9961 996147200 134512640 134550932 4294955936 18446744073709551615 102768036 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13884/tid=13887] ppid=13883 vsize=870480 CPUtime=0
/proc/13884/task/13887/stat : 13887 (java) S 13883 13870 12564 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 19647264 891371520 9961 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13884/tid=13888] ppid=13883 vsize=870480 CPUtime=0
/proc/13884/task/13888/stat : 13888 (java) S 13883 13870 12564 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19647264 891371520 9961 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13884/tid=13889] ppid=13883 vsize=870480 CPUtime=0
/proc/13884/task/13889/stat : 13889 (java) S 13883 13870 12564 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 19647267 891371520 9961 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13884/tid=13890] ppid=13883 vsize=870480 CPUtime=0.15
/proc/13884/task/13890/stat : 13890 (java) S 13883 13870 12564 0 -1 64 1537 0 0 0 15 0 0 0 15 0 9 0 19647267 891371520 9961 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13884/tid=13891] ppid=13883 vsize=870480 CPUtime=0
/proc/13884/task/13891/stat : 13891 (java) S 13883 13870 12564 0 -1 64 0 0 0 0 0 0 0 0 21 0 9 0 19647268 891371520 9961 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13884/tid=13892] ppid=13883 vsize=870480 CPUtime=0
/proc/13884/task/13892/stat : 13892 (java) S 13883 13870 12564 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19647268 891371520 9961 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.61
Current children cumulated vsize (KiB) 892704

[startup+3.103 s]
/proc/loadavg: 0.74 1.63 1.86 2/78 13892
/proc/meminfo: memFree=1046256/2055920 swapFree=4192044/4192956
[pid=13870] ppid=13868 vsize=16868 CPUtime=0.32
/proc/13870/stat : 13870 (sugar) S 13868 13870 12564 0 -1 4194304 1309 4523 0 1 5 1 24 2 16 0 1 0 19647228 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13870/statm: 4217 1111 409 3 0 796 0
[pid=13883] ppid=13870 vsize=5356 CPUtime=0
/proc/13883/stat : 13883 (sh) S 13870 13870 12564 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19647256 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13883/statm: 1339 233 193 169 0 50 0
[pid=13884] ppid=13883 vsize=869980 CPUtime=2.89
/proc/13884/stat : 13884 (java) S 13883 13870 12564 0 -1 0 21030 0 1 0 279 10 0 0 18 0 9 0 19647256 890859520 18041 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13884/statm: 217495 18041 2566 9 0 212000 0
[pid=13884/tid=13885] ppid=13883 vsize=869980 CPUtime=1.62
/proc/13884/task/13885/stat : 13885 (java) S 13883 13870 12564 0 -1 64 3149 0 1 0 160 2 0 0 16 0 9 0 19647257 890859520 18041 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13884/tid=13886] ppid=13883 vsize=869980 CPUtime=1.08
/proc/13884/task/13886/stat : 13886 (java) R 13883 13870 12564 0 -1 64 15645 0 0 0 102 6 0 0 17 0 9 0 19647264 890859520 18041 996147200 134512640 134550932 4294955936 18446744073709551615 102381629 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13884/tid=13887] ppid=13883 vsize=869980 CPUtime=0
/proc/13884/task/13887/stat : 13887 (java) S 13883 13870 12564 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 19647264 890859520 18041 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13884/tid=13888] ppid=13883 vsize=869980 CPUtime=0
/proc/13884/task/13888/stat : 13888 (java) S 13883 13870 12564 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19647264 890859520 18041 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13884/tid=13889] ppid=13883 vsize=869980 CPUtime=0
/proc/13884/task/13889/stat : 13889 (java) S 13883 13870 12564 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 19647267 890859520 18041 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13884/tid=13890] ppid=13883 vsize=869980 CPUtime=0.15
/proc/13884/task/13890/stat : 13890 (java) S 13883 13870 12564 0 -1 64 1538 0 0 0 15 0 0 0 16 0 9 0 19647267 890859520 18041 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13884/tid=13891] ppid=13883 vsize=869980 CPUtime=0
/proc/13884/task/13891/stat : 13891 (java) S 13883 13870 12564 0 -1 64 0 0 0 0 0 0 0 0 21 0 9 0 19647268 890859520 18041 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13884/tid=13892] ppid=13883 vsize=869980 CPUtime=0
/proc/13884/task/13892/stat : 13892 (java) S 13883 13870 12564 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19647268 890859520 18041 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.21
Current children cumulated vsize (KiB) 892204

[startup+6.30228 s]
/proc/loadavg: 0.76 1.62 1.85 2/78 13892
/proc/meminfo: memFree=978160/2055920 swapFree=4192044/4192956
[pid=13870] ppid=13868 vsize=16868 CPUtime=0.32
/proc/13870/stat : 13870 (sugar) S 13868 13870 12564 0 -1 4194304 1310 4523 0 1 5 1 24 2 16 0 1 0 19647228 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13870/statm: 4217 1111 409 3 0 796 0
[pid=13883] ppid=13870 vsize=5356 CPUtime=0
/proc/13883/stat : 13883 (sh) S 13870 13870 12564 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19647256 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13883/statm: 1339 233 193 169 0 50 0
[pid=13884] ppid=13883 vsize=869588 CPUtime=6.12
/proc/13884/stat : 13884 (java) S 13883 13870 12564 0 -1 0 32769 0 1 0 588 24 0 0 18 0 9 0 19647256 890458112 28660 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13884/statm: 217397 28660 2590 9 0 211874 0
[pid=13884/tid=13885] ppid=13883 vsize=869588 CPUtime=3.37
/proc/13884/task/13885/stat : 13885 (java) R 13883 13870 12564 0 -1 64 4057 0 1 0 325 12 0 0 17 0 9 0 19647257 890458112 28660 996147200 134512640 134550932 4294955936 18446744073709551615 102094025 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13884/tid=13886] ppid=13883 vsize=869588 CPUtime=2.53
/proc/13884/task/13886/stat : 13886 (java) S 13883 13870 12564 0 -1 64 26442 0 0 0 242 11 0 0 16 0 9 0 19647264 890458112 28660 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13884/tid=13887] ppid=13883 vsize=869588 CPUtime=0
/proc/13884/task/13887/stat : 13887 (java) S 13883 13870 12564 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19647264 890458112 28660 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13884/tid=13888] ppid=13883 vsize=869588 CPUtime=0
/proc/13884/task/13888/stat : 13888 (java) S 13883 13870 12564 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19647264 890458112 28660 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13884/tid=13889] ppid=13883 vsize=869588 CPUtime=0
/proc/13884/task/13889/stat : 13889 (java) S 13883 13870 12564 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 19647267 890458112 28660 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13884/tid=13890] ppid=13883 vsize=869588 CPUtime=0.2
/proc/13884/task/13890/stat : 13890 (java) S 13883 13870 12564 0 -1 64 1572 0 0 0 20 0 0 0 16 0 9 0 19647267 890458112 28660 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13884/tid=13891] ppid=13883 vsize=869588 CPUtime=0
/proc/13884/task/13891/stat : 13891 (java) S 13883 13870 12564 0 -1 64 0 0 0 0 0 0 0 0 21 0 9 0 19647268 890458112 28660 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13884/tid=13892] ppid=13883 vsize=869588 CPUtime=0
/proc/13884/task/13892/stat : 13892 (java) S 13883 13870 12564 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19647268 890458112 28660 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.44
Current children cumulated vsize (KiB) 891812

[startup+12.7029 s]
/proc/loadavg: 0.86 1.63 1.85 3/93 13923
/proc/meminfo: memFree=873840/2055920 swapFree=4192044/4192956
[pid=13870] ppid=13868 vsize=16868 CPUtime=0.32
/proc/13870/stat : 13870 (sugar) S 13868 13870 12564 0 -1 4194304 1310 4523 0 1 5 1 24 2 16 0 1 0 19647228 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13870/statm: 4217 1111 409 3 0 796 0
[pid=13883] ppid=13870 vsize=5356 CPUtime=0
/proc/13883/stat : 13883 (sh) S 13870 13870 12564 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19647256 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13883/statm: 1339 233 193 169 0 50 0
[pid=13884] ppid=13883 vsize=869588 CPUtime=12.49
/proc/13884/stat : 13884 (java) S 13883 13870 12564 0 -1 0 33008 0 1 0 1179 70 0 0 18 0 9 0 19647256 890458112 28666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13884/statm: 217397 28666 2590 9 0 211874 0
[pid=13884/tid=13885] ppid=13883 vsize=869588 CPUtime=9.58
/proc/13884/task/13885/stat : 13885 (java) R 13883 13870 12564 0 -1 64 4290 0 1 0 903 55 0 0 25 0 9 0 19647257 890458112 28666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13884/tid=13886] ppid=13883 vsize=869588 CPUtime=2.65
/proc/13884/task/13886/stat : 13886 (java) S 13883 13870 12564 0 -1 64 26442 0 0 0 253 12 0 0 16 0 9 0 19647264 890458112 28666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13884/tid=13887] ppid=13883 vsize=869588 CPUtime=0
/proc/13884/task/13887/stat : 13887 (java) S 13883 13870 12564 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19647264 890458112 28666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13884/tid=13888] ppid=13883 vsize=869588 CPUtime=0
/proc/13884/task/13888/stat : 13888 (java) S 13883 13870 12564 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19647264 890458112 28666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13884/tid=13889] ppid=13883 vsize=869588 CPUtime=0
/proc/13884/task/13889/stat : 13889 (java) S 13883 13870 12564 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 19647267 890458112 28666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13884/tid=13890] ppid=13883 vsize=869588 CPUtime=0.21
/proc/13884/task/13890/stat : 13890 (java) S 13883 13870 12564 0 -1 64 1578 0 0 0 21 0 0 0 16 0 9 0 19647267 890458112 28666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13884/tid=13891] ppid=13883 vsize=869588 CPUtime=0
/proc/13884/task/13891/stat : 13891 (java) S 13883 13870 12564 0 -1 64 0 0 0 0 0 0 0 0 21 0 9 0 19647268 890458112 28666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13884/tid=13892] ppid=13883 vsize=869588 CPUtime=0
/proc/13884/task/13892/stat : 13892 (java) S 13883 13870 12564 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19647268 890458112 28666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.81
Current children cumulated vsize (KiB) 891812

[startup+25.502 s]
/proc/loadavg: 1.33 1.70 1.87 2/78 13992
/proc/meminfo: memFree=718624/2055920 swapFree=4192044/4192956
[pid=13870] ppid=13868 vsize=16868 CPUtime=0.32
/proc/13870/stat : 13870 (sugar) S 13868 13870 12564 0 -1 4194304 1310 4523 0 1 5 1 24 2 16 0 1 0 19647228 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13870/statm: 4217 1111 409 3 0 796 0
[pid=13883] ppid=13870 vsize=5356 CPUtime=0
/proc/13883/stat : 13883 (sh) S 13870 13870 12564 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19647256 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13883/statm: 1339 233 193 169 0 50 0
[pid=13884] ppid=13883 vsize=869588 CPUtime=24.95
/proc/13884/stat : 13884 (java) S 13883 13870 12564 0 -1 0 33476 0 1 0 2335 160 0 0 18 0 9 0 19647256 890458112 28666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13884/statm: 217397 28666 2590 9 0 211874 0
[pid=13884/tid=13885] ppid=13883 vsize=869588 CPUtime=21.84
/proc/13884/task/13885/stat : 13885 (java) R 13883 13870 12564 0 -1 64 4758 0 1 0 2040 144 0 0 17 0 9 0 19647257 890458112 28666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13884/tid=13886] ppid=13883 vsize=869588 CPUtime=2.87
/proc/13884/task/13886/stat : 13886 (java) S 13883 13870 12564 0 -1 64 26442 0 0 0 272 15 0 0 16 0 9 0 19647264 890458112 28666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13884/tid=13887] ppid=13883 vsize=869588 CPUtime=0
/proc/13884/task/13887/stat : 13887 (java) S 13883 13870 12564 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19647264 890458112 28666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13884/tid=13888] ppid=13883 vsize=869588 CPUtime=0
/proc/13884/task/13888/stat : 13888 (java) S 13883 13870 12564 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19647264 890458112 28666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13884/tid=13889] ppid=13883 vsize=869588 CPUtime=0

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

[startup+222.301 s]
/proc/loadavg: 2.11 1.93 1.92 2/78 14439
/proc/meminfo: memFree=14896/2055920 swapFree=4191900/4192956
[pid=13870] ppid=13868 vsize=16868 CPUtime=0.32
/proc/13870/stat : 13870 (sugar) S 13868 13870 12564 0 -1 4194304 1310 4523 0 1 5 1 24 2 16 0 1 0 19647228 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13870/statm: 4217 1111 409 3 0 796 0
[pid=13883] ppid=13870 vsize=5356 CPUtime=0
/proc/13883/stat : 13883 (sh) S 13870 13870 12564 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19647256 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13883/statm: 1339 233 193 169 0 50 0
[pid=13884] ppid=13883 vsize=869588 CPUtime=218.48
/proc/13884/stat : 13884 (java) S 13883 13870 12564 0 -1 0 40617 0 1 0 20172 1676 0 0 18 0 9 0 19647256 890458112 28666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13884/statm: 217397 28666 2590 9 0 211874 0
[pid=13884/tid=13885] ppid=13883 vsize=869588 CPUtime=211.87
/proc/13884/task/13885/stat : 13885 (java) R 13883 13870 12564 0 -1 64 11899 0 1 0 19567 1620 0 0 16 0 9 0 19647257 890458112 28666 996147200 134512640 134550932 4294955936 18446744073709551615 4126985840 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13884/tid=13886] ppid=13883 vsize=869588 CPUtime=6.35
/proc/13884/task/13886/stat : 13886 (java) S 13883 13870 12564 0 -1 64 26442 0 0 0 582 53 0 0 16 0 9 0 19647264 890458112 28666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13884/tid=13887] ppid=13883 vsize=869588 CPUtime=0
/proc/13884/task/13887/stat : 13887 (java) S 13883 13870 12564 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19647264 890458112 28666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13884/tid=13888] ppid=13883 vsize=869588 CPUtime=0
/proc/13884/task/13888/stat : 13888 (java) S 13883 13870 12564 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19647264 890458112 28666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13884/tid=13889] ppid=13883 vsize=869588 CPUtime=0
/proc/13884/task/13889/stat : 13889 (java) S 13883 13870 12564 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 19647267 890458112 28666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13884/tid=13890] ppid=13883 vsize=869588 CPUtime=0.21
/proc/13884/task/13890/stat : 13890 (java) S 13883 13870 12564 0 -1 64 1578 0 0 0 21 0 0 0 16 0 9 0 19647267 890458112 28666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13884/tid=13891] ppid=13883 vsize=869588 CPUtime=0
/proc/13884/task/13891/stat : 13891 (java) S 13883 13870 12564 0 -1 64 0 0 0 0 0 0 0 0 21 0 9 0 19647268 890458112 28666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13884/tid=13892] ppid=13883 vsize=869588 CPUtime=0
/proc/13884/task/13892/stat : 13892 (java) S 13883 13870 12564 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19647268 890458112 28666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 218.8
Current children cumulated vsize (KiB) 891812

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

[startup+230.301 s]
/proc/loadavg: 2.10 1.94 1.92 2/78 14439
/proc/meminfo: memFree=15344/2055920 swapFree=4191900/4192956
[pid=13870] ppid=13868 vsize=16868 CPUtime=0.32
/proc/13870/stat : 13870 (sugar) S 13868 13870 12564 0 -1 4194304 1310 4523 0 1 5 1 24 2 16 0 1 0 19647228 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13870/statm: 4217 1111 409 3 0 796 0
[pid=13883] ppid=13870 vsize=5356 CPUtime=0
/proc/13883/stat : 13883 (sh) S 13870 13870 12564 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19647256 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13883/statm: 1339 233 193 169 0 50 0
[pid=13884] ppid=13883 vsize=869588 CPUtime=226.38
/proc/13884/stat : 13884 (java) S 13883 13870 12564 0 -1 0 40901 0 1 0 20897 1741 0 0 18 0 9 0 19647256 890458112 28666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13884/statm: 217397 28666 2590 9 0 211874 0
[pid=13884/tid=13885] ppid=13883 vsize=869588 CPUtime=219.64
/proc/13884/task/13885/stat : 13885 (java) R 13883 13870 12564 0 -1 64 12183 0 1 0 20280 1684 0 0 17 0 9 0 19647257 890458112 28666 996147200 134512640 134550932 4294955936 18446744073709551615 4126786327 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13884/tid=13886] ppid=13883 vsize=869588 CPUtime=6.49
/proc/13884/task/13886/stat : 13886 (java) S 13883 13870 12564 0 -1 64 26442 0 0 0 595 54 0 0 16 0 9 0 19647264 890458112 28666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13884/tid=13887] ppid=13883 vsize=869588 CPUtime=0
/proc/13884/task/13887/stat : 13887 (java) S 13883 13870 12564 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19647264 890458112 28666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13884/tid=13888] ppid=13883 vsize=869588 CPUtime=0
/proc/13884/task/13888/stat : 13888 (java) S 13883 13870 12564 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19647264 890458112 28666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13884/tid=13889] ppid=13883 vsize=869588 CPUtime=0
/proc/13884/task/13889/stat : 13889 (java) S 13883 13870 12564 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 19647267 890458112 28666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13884/tid=13890] ppid=13883 vsize=869588 CPUtime=0.21
/proc/13884/task/13890/stat : 13890 (java) S 13883 13870 12564 0 -1 64 1578 0 0 0 21 0 0 0 16 0 9 0 19647267 890458112 28666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13884/tid=13891] ppid=13883 vsize=869588 CPUtime=0
/proc/13884/task/13891/stat : 13891 (java) S 13883 13870 12564 0 -1 64 0 0 0 0 0 0 0 0 21 0 9 0 19647268 890458112 28666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13884/tid=13892] ppid=13883 vsize=869588 CPUtime=0
/proc/13884/task/13892/stat : 13892 (java) S 13883 13870 12564 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19647268 890458112 28666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 226.7
Current children cumulated vsize (KiB) 891812

[startup+243.107 s]
/proc/loadavg: 2.15 1.96 1.93 2/78 14478
/proc/meminfo: memFree=59888/2055920 swapFree=4191900/4192956
[pid=13870] ppid=13868 vsize=16868 CPUtime=0.32
/proc/13870/stat : 13870 (sugar) S 13868 13870 12564 0 -1 4194304 1310 4523 0 1 5 1 24 2 16 0 1 0 19647228 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13870/statm: 4217 1111 409 3 0 796 0
[pid=13883] ppid=13870 vsize=5356 CPUtime=0
/proc/13883/stat : 13883 (sh) S 13870 13870 12564 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19647256 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13883/statm: 1339 233 193 169 0 50 0
[pid=13884] ppid=13883 vsize=869588 CPUtime=238.91
/proc/13884/stat : 13884 (java) S 13883 13870 12564 0 -1 0 41366 0 1 0 22046 1845 0 0 18 0 9 0 19647256 890458112 28666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13884/statm: 217397 28666 2590 9 0 211874 0
[pid=13884/tid=13885] ppid=13883 vsize=869588 CPUtime=231.93
/proc/13884/task/13885/stat : 13885 (java) R 13883 13870 12564 0 -1 64 12648 0 1 0 21408 1785 0 0 17 0 9 0 19647257 890458112 28666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13884/tid=13886] ppid=13883 vsize=869588 CPUtime=6.73
/proc/13884/task/13886/stat : 13886 (java) S 13883 13870 12564 0 -1 64 26442 0 0 0 616 57 0 0 16 0 9 0 19647264 890458112 28666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13884/tid=13887] ppid=13883 vsize=869588 CPUtime=0
/proc/13884/task/13887/stat : 13887 (java) S 13883 13870 12564 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19647264 890458112 28666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13884/tid=13888] ppid=13883 vsize=869588 CPUtime=0
/proc/13884/task/13888/stat : 13888 (java) S 13883 13870 12564 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19647264 890458112 28666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13884/tid=13889] ppid=13883 vsize=869588 CPUtime=0
/proc/13884/task/13889/stat : 13889 (java) S 13883 13870 12564 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 19647267 890458112 28666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13884/tid=13890] ppid=13883 vsize=869588 CPUtime=0.21
/proc/13884/task/13890/stat : 13890 (java) S 13883 13870 12564 0 -1 64 1578 0 0 0 21 0 0 0 16 0 9 0 19647267 890458112 28666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13884/tid=13891] ppid=13883 vsize=869588 CPUtime=0
/proc/13884/task/13891/stat : 13891 (java) S 13883 13870 12564 0 -1 64 0 0 0 0 0 0 0 0 21 0 9 0 19647268 890458112 28666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13884/tid=13892] ppid=13883 vsize=869588 CPUtime=0
/proc/13884/task/13892/stat : 13892 (java) S 13883 13870 12564 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19647268 890458112 28666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 239.23
Current children cumulated vsize (KiB) 891812

[startup+255.902 s]
/proc/loadavg: 2.12 1.96 1.93 2/78 14478
/proc/meminfo: memFree=15792/2055920 swapFree=4191900/4192956
[pid=13870] ppid=13868 vsize=16868 CPUtime=0.32
/proc/13870/stat : 13870 (sugar) S 13868 13870 12564 0 -1 4194304 1310 4523 0 1 5 1 24 2 16 0 1 0 19647228 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13870/statm: 4217 1111 409 3 0 796 0
[pid=13883] ppid=13870 vsize=5356 CPUtime=0
/proc/13883/stat : 13883 (sh) S 13870 13870 12564 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19647256 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13883/statm: 1339 233 193 169 0 50 0
[pid=13884] ppid=13883 vsize=869588 CPUtime=251.56
/proc/13884/stat : 13884 (java) S 13883 13870 12564 0 -1 0 41847 0 1 0 23203 1953 0 0 18 0 9 0 19647256 890458112 28666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13884/statm: 217397 28666 2590 9 0 211874 0
[pid=13884/tid=13885] ppid=13883 vsize=869588 CPUtime=244.37
/proc/13884/task/13885/stat : 13885 (java) R 13883 13870 12564 0 -1 64 13129 0 1 0 22546 1891 0 0 16 0 9 0 19647257 890458112 28666 996147200 134512640 134550932 4294955936 18446744073709551615 4126993076 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13884/tid=13886] ppid=13883 vsize=869588 CPUtime=6.94
/proc/13884/task/13886/stat : 13886 (java) S 13883 13870 12564 0 -1 64 26442 0 0 0 634 60 0 0 16 0 9 0 19647264 890458112 28666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13884/tid=13887] ppid=13883 vsize=869588 CPUtime=0
/proc/13884/task/13887/stat : 13887 (java) S 13883 13870 12564 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19647264 890458112 28666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13884/tid=13888] ppid=13883 vsize=869588 CPUtime=0
/proc/13884/task/13888/stat : 13888 (java) S 13883 13870 12564 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19647264 890458112 28666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13884/tid=13889] ppid=13883 vsize=869588 CPUtime=0
/proc/13884/task/13889/stat : 13889 (java) S 13883 13870 12564 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 19647267 890458112 28666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13884/tid=13890] ppid=13883 vsize=869588 CPUtime=0.21
/proc/13884/task/13890/stat : 13890 (java) S 13883 13870 12564 0 -1 64 1578 0 0 0 21 0 0 0 16 0 9 0 19647267 890458112 28666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13884/tid=13891] ppid=13883 vsize=869588 CPUtime=0
/proc/13884/task/13891/stat : 13891 (java) S 13883 13870 12564 0 -1 64 0 0 0 0 0 0 0 0 21 0 9 0 19647268 890458112 28666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13884/tid=13892] ppid=13883 vsize=869588 CPUtime=0
/proc/13884/task/13892/stat : 13892 (java) S 13883 13870 12564 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19647268 890458112 28666 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 251.88
Current children cumulated vsize (KiB) 891812

[startup+259.102 s]
/proc/loadavg: 2.11 1.96 1.93 1/69 14483
/proc/meminfo: memFree=1922104/2055920 swapFree=4191900/4192956
[pid=13870] ppid=13868 vsize=16868 CPUtime=253.67
/proc/13870/stat : 13870 (sugar) D 13868 13870 12564 0 -1 4194304 1335 46700 0 2 5 83 23313 1966 18 0 1 0 19647228 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 240472790057 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/13870/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 253.67
Current children cumulated vsize (KiB) 16868

[startup+260.707 s]
/proc/loadavg: 2.11 1.96 1.93 4/84 14499
/proc/meminfo: memFree=1908544/2055920 swapFree=4191900/4192956
[pid=13870] ppid=13868 vsize=16868 CPUtime=253.81
/proc/13870/stat : 13870 (sugar) R 13868 13870 12564 0 -1 4194304 1335 46700 0 2 5 97 23313 1966 18 0 1 0 19647228 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 240472790057 0 0 4224 16386 0 0 0 17 1 0 0
/proc/13870/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 253.81
Current children cumulated vsize (KiB) 16868

[startup+261.502 s]
/proc/loadavg: 2.11 1.96 1.93 4/84 14499
/proc/meminfo: memFree=1908544/2055920 swapFree=4191900/4192956
[pid=13870] ppid=13868 vsize=16868 CPUtime=253.86
/proc/13870/stat : 13870 (sugar) R 13868 13870 12564 0 -1 4194304 1335 46700 0 2 5 102 23313 1966 18 0 1 0 19647228 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 240472790057 0 0 4224 16386 0 0 0 17 1 0 0
/proc/13870/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 253.86
Current children cumulated vsize (KiB) 16868

[startup+262.302 s]
/proc/loadavg: 2.11 1.96 1.93 2/84 14499
/proc/meminfo: memFree=1852992/2055920 swapFree=4191900/4192956
[pid=13870] ppid=13868 vsize=16868 CPUtime=253.91
/proc/13870/stat : 13870 (sugar) D 13868 13870 12564 0 -1 4194304 1335 46700 0 2 5 107 23313 1966 18 0 1 0 19647228 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 240472790057 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/13870/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 253.91
Current children cumulated vsize (KiB) 16868

[startup+262.502 s]
/proc/loadavg: 2.11 1.96 1.93 2/84 14499
/proc/meminfo: memFree=1852992/2055920 swapFree=4191900/4192956
[pid=13870] ppid=13868 vsize=16868 CPUtime=253.92
/proc/13870/stat : 13870 (sugar) D 13868 13870 12564 0 -1 4194304 1335 46700 0 2 5 108 23313 1966 18 0 1 0 19647228 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 240472790057 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/13870/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 253.92
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 262.524
CPU time (s): 253.949
CPU user time (s): 233.197
CPU system time (s): 20.7528
CPU usage (%): 96.7336
Max. virtual memory (cumulated for all children) (KiB): 892704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 233.197
system time used= 20.7528
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48096
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= 61958
involuntary context switches= 53193

runsolver used 0.357945 second user time and 0.863868 second system time

The end

Launcher Data

Begin job on node15 at 2009-07-11 17:23:24
IDJOB=2060236
IDBENCH=53659
IDSOLVER=739
FILE ID=node15/2060236-1247325804
PBS_JOBID= 9506598
Free space on /tmp= 66272 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/magicSquare/normalized-magicSquare-19_glb.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2060236-1247325804/watcher-2060236-1247325804 -o /tmp/evaluation-result-2060236-1247325804/solver-2060236-1247325804 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2060236-1247325804.xml

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

MD5SUM BENCH= 22706a8158239d72e7dd49177db7bd5a
RANDOM SEED=1663069186

node15.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.220
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.220
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:       1092264 kB
Buffers:         52508 kB
Cached:         821396 kB
SwapCached:         32 kB
Active:         218136 kB
Inactive:       670372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1092264 kB
SwapTotal:     4192956 kB
SwapFree:      4192044 kB
Dirty:            1548 kB
Writeback:           0 kB
Mapped:          24076 kB
Slab:            60776 kB
Committed_AS:   100524 kB
PageTables:       1692 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= 66268 MiB
End job on node15 at 2009-07-11 17:27:46