Trace number 2076339

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 729.915 732.892

General information on the benchmark

Namecsp/lexPuzzle/
normalized-crossword-m1-lex-puzzle17.xml
MD5SUMfbfcca174138f95b292fe795fe44a0e9
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.293954
Satisfiable
(Un)Satisfiability was proved
Number of variables180
Number of constraints1420
Maximum constraint arity14
Maximum domain size26
Number of constraints which are defined in extension88
Number of constraints which are defined in intension1332
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sun Jul 12 03:37:34 2009
0.00/0.08	c 0	PID 19923
0.07/0.08	c 0	HOST node14.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2076339-1247362654.xml TO HOME/temp.csp
0.07/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2076339-1247362654.xml' 'HOME/temp.csp'
0.07/0.79	c 1	1 domains, 180 variables, 6 predicates, 5 relations, 1420 constraints
0.07/0.82	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.82	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.77/0.91	c 1	Parsing HOME/temp.csp
1.03/1.10	c 1	parsed 1612 expressions
1.03/1.11	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.03/1.11	c 1	Converting to clausal form CSP
1.03/1.13	c 1	converted 162 (10%) expressions
1.62/1.77	c 2	converted 323 (20%) expressions
1.82/1.90	c 2	converted 484 (30%) expressions
1.82/1.93	c 2	converted 645 (40%) expressions
1.82/1.95	c 2	converted 806 (50%) expressions
2.01/2.18	c 3	converted 968 (60%) expressions
2.01/2.20	c 3	converted 1129 (70%) expressions
2.11/2.27	c 3	converted 1290 (80%) expressions
2.81/2.98	c 3	converted 1451 (90%) expressions
2.91/3.00	c 3	converted 1612 (100%) expressions
2.91/3.00	c 3	CSP : 180 integers, 0 booleans, 1420 clauses, largest domain size 26
2.91/3.00	c 3	Heap : 42 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.91/3.00	c 3	Propagation in CSP
2.91/3.01	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.91/3.01	c 3	CSP : 180 integers, 0 booleans, 1420 clauses, largest domain size 26
2.91/3.01	c 3	Heap : 42 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.91/3.02	c 3	Simplifing CSP by introducing new Boolean variables
2.91/3.06	c 3	CSP : 180 integers, 8848 booleans, 10268 clauses, largest domain size 26
2.91/3.06	c 3	Heap : 42 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.20/3.35	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.20/3.36	c 4	18 (10%) CSP integer variables are encoded (432 clauses, 4608 bytes)
3.20/3.37	c 4	36 (20%) CSP integer variables are encoded (864 clauses, 9360 bytes)
3.20/3.37	c 4	54 (30%) CSP integer variables are encoded (1296 clauses, 14785 bytes)
3.20/3.37	c 4	72 (40%) CSP integer variables are encoded (1728 clauses, 20401 bytes)
3.20/3.37	c 4	90 (50%) CSP integer variables are encoded (2160 clauses, 26017 bytes)
3.20/3.37	c 4	108 (60%) CSP integer variables are encoded (2592 clauses, 31633 bytes)
3.20/3.37	c 4	126 (70%) CSP integer variables are encoded (3024 clauses, 37249 bytes)
3.20/3.37	c 4	144 (80%) CSP integer variables are encoded (3456 clauses, 42865 bytes)
3.20/3.38	c 4	162 (90%) CSP integer variables are encoded (3888 clauses, 48481 bytes)
3.20/3.38	c 4	180 (100%) CSP integer variables are encoded (4320 clauses, 54097 bytes)
12.09/12.34	c 13	1027 (10%) CSP clauses are encoded (258193 clauses, 9328448 bytes)
12.20/12.40	c 13	2054 (20%) CSP clauses are encoded (281220 clauses, 9729730 bytes)
12.20/12.44	c 13	3081 (30%) CSP clauses are encoded (304247 clauses, 10135374 bytes)
16.25/16.57	c 17	4108 (40%) CSP clauses are encoded (372555 clauses, 12722721 bytes)
16.34/16.63	c 17	5134 (50%) CSP clauses are encoded (395556 clauses, 13151982 bytes)
16.34/16.68	c 17	6161 (60%) CSP clauses are encoded (418608 clauses, 13582177 bytes)
18.43/18.75	c 19	7188 (70%) CSP clauses are encoded (464263 clauses, 15157640 bytes)
71.18/72.08	c 72	8215 (80%) CSP clauses are encoded (903061 clauses, 37396042 bytes)
71.29/72.13	c 72	9242 (90%) CSP clauses are encoded (927238 clauses, 37868156 bytes)
71.29/72.18	c 73	10268 (100%) CSP clauses are encoded (952164 clauses, 38347642 bytes)
71.29/72.18	c 73	10268 CSP clauses encoded
71.29/72.18	c 73	Writing map file : HOME/temp.map
71.29/72.19	c 73	Heap : 46 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
71.29/72.19	c 73	SAT : 13348 SAT variables, 952164 SAT clauses, 38347642 bytes
71.29/72.19	c 73	Heap : 46 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
71.39/72.25	c 73	SOLVING HOME/temp.cnf
71.39/72.25	c 73	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
729.64/732.62	c 733	DECODING HOME/temp.out WITH HOME/temp.map
729.64/732.62	c 733	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'
729.66/732.73	c 733	Decoding HOME/temp.out
729.66/732.85	s SATISFIABLE
729.66/732.86	v 17 0 9 19 22 14 5 0 6 19 21 0 2 15 20 0 8 3 8 17 0 14 8 11 0 17 0 2 7 13 4 17 20 12 0 13 8 0 13 14 14 10 6 4 12 8 13 8 14 11 8 21 4 6 14 0 13 4 6 17 14 5 4 19 4 15 4 3 17 14 22 7 14 0 5 4 0 17 5 20 11 12 15 7 19 13 19 19 0 15 4 4 11 13 1 18 19 0 17 0 17 12 4 13 8 0 1 0 22 11 11 4 12 12 0 6 20 11 11 2 7 0 14 18 6 0 15 12 4 17 11 4 7 0 19 19 8 4 15 4 13 19 20 13 8 5 14 17 12 6 17 0 3 20 0 11 18 0 11 2 20 4 18 4 13 17 8 14 0 13 8 10 4 13 0 15 19 4 11 24
729.66/732.86	c 733	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
729.66/732.88	c 733	CPU 729.87 (0.07 0.01 719.4 10.39)
729.66/732.88	c 733	END Sun Jul 12 03:49:47 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-2076339-1247362654/watcher-2076339-1247362654 -o /tmp/evaluation-result-2076339-1247362654/solver-2076339-1247362654 -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-2076339-1247362654.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.09 2.10 2.04 4/82 19923
/proc/meminfo: memFree=931912/2055920 swapFree=4192956/4192956
[pid=19923] ppid=19921 vsize=12000 CPUtime=0
/proc/19923/stat : 19923 (sugar) R 19921 19923 19886 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 23332370 12288000 169 996147200 4194304 4206940 548682068608 18446744073709551615 212248621857 0 0 4224 0 0 0 0 17 1 0 0
/proc/19923/statm: 3000 169 130 3 0 100 0

[startup+0.0833619 s]
/proc/loadavg: 2.09 2.10 2.04 4/82 19923
/proc/meminfo: memFree=931912/2055920 swapFree=4192956/4192956
[pid=19923] ppid=19921 vsize=16740 CPUtime=0.07
/proc/19923/stat : 19923 (sugar) S 19921 19923 19886 0 -1 4194304 1152 0 0 0 6 1 0 0 18 0 1 0 23332370 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19923/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.10197 s]
/proc/loadavg: 2.09 2.10 2.04 4/82 19923
/proc/meminfo: memFree=931912/2055920 swapFree=4192956/4192956
[pid=19923] ppid=19921 vsize=16868 CPUtime=0.07
/proc/19923/stat : 19923 (sugar) S 19921 19923 19886 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 23332370 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19923/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.303002 s]
/proc/loadavg: 2.09 2.10 2.04 4/82 19923
/proc/meminfo: memFree=931912/2055920 swapFree=4192956/4192956
[pid=19923] ppid=19921 vsize=16868 CPUtime=0.07
/proc/19923/stat : 19923 (sugar) S 19921 19923 19886 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 23332370 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19923/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.702068 s]
/proc/loadavg: 2.09 2.10 2.04 4/82 19923
/proc/meminfo: memFree=931912/2055920 swapFree=4192956/4192956
[pid=19923] ppid=19921 vsize=16868 CPUtime=0.07
/proc/19923/stat : 19923 (sugar) S 19921 19923 19886 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 23332370 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19923/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50121 s]
/proc/loadavg: 2.24 2.13 2.05 3/93 19945
/proc/meminfo: memFree=922928/2055920 swapFree=4192956/4192956
[pid=19923] ppid=19921 vsize=16868 CPUtime=0.77
/proc/19923/stat : 19923 (sugar) S 19921 19923 19886 0 -1 4194304 1309 6767 0 1 6 1 65 5 15 0 1 0 23332370 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19923/statm: 4217 1111 409 3 0 796 0
[pid=19936] ppid=19923 vsize=5356 CPUtime=0
/proc/19936/stat : 19936 (sh) S 19923 19923 19886 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23332452 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19936/statm: 1339 233 193 169 0 50 0
[pid=19937] ppid=19936 vsize=864332 CPUtime=0.65
/proc/19937/stat : 19937 (java) S 19936 19923 19886 0 -1 0 7744 0 1 0 61 4 0 0 18 0 9 0 23332452 885075968 7014 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19937/statm: 216083 7014 2566 9 0 210588 0
[pid=19937/tid=19938] ppid=19936 vsize=864332 CPUtime=0.37
/proc/19937/task/19938/stat : 19938 (java) R 19936 19923 19886 0 -1 64 2675 0 1 0 36 1 0 0 19 0 9 0 23332453 885075968 7014 996147200 134512640 134550932 4294955936 18446744073709551615 103211397 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19937/tid=19939] ppid=19936 vsize=864332 CPUtime=0.19
/proc/19937/task/19939/stat : 19939 (java) S 19936 19923 19886 0 -1 64 4055 0 0 0 18 1 0 0 16 0 9 0 23332455 885075968 7014 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19937/tid=19940] ppid=19936 vsize=864332 CPUtime=0
/proc/19937/task/19940/stat : 19940 (java) S 19936 19923 19886 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23332455 885075968 7014 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19937/tid=19941] ppid=19936 vsize=864332 CPUtime=0
/proc/19937/task/19941/stat : 19941 (java) S 19936 19923 19886 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23332455 885075968 7014 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19937/tid=19942] ppid=19936 vsize=864332 CPUtime=0
/proc/19937/task/19942/stat : 19942 (java) S 19936 19923 19886 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23332457 885075968 7014 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19937/tid=19943] ppid=19936 vsize=864332 CPUtime=0.05
/proc/19937/task/19943/stat : 19943 (java) S 19936 19923 19886 0 -1 64 315 0 0 0 5 0 0 0 16 0 9 0 23332457 885075968 7014 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19937/tid=19944] ppid=19936 vsize=864332 CPUtime=0
/proc/19937/task/19944/stat : 19944 (java) S 19936 19923 19886 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23332457 885075968 7014 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19937/tid=19945] ppid=19936 vsize=864332 CPUtime=0
/proc/19937/task/19945/stat : 19945 (java) S 19936 19923 19886 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23332457 885075968 7014 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 886556

[startup+3.10249 s]
/proc/loadavg: 2.24 2.13 2.05 5/93 19945
/proc/meminfo: memFree=895472/2055920 swapFree=4192956/4192956
[pid=19923] ppid=19921 vsize=16868 CPUtime=0.77
/proc/19923/stat : 19923 (sugar) S 19921 19923 19886 0 -1 4194304 1310 6767 0 1 6 1 65 5 16 0 1 0 23332370 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19923/statm: 4217 1111 409 3 0 796 0
[pid=19936] ppid=19923 vsize=5356 CPUtime=0
/proc/19936/stat : 19936 (sh) S 19923 19923 19886 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23332452 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19936/statm: 1339 233 193 169 0 50 0
[pid=19937] ppid=19936 vsize=868780 CPUtime=2.23
/proc/19937/stat : 19937 (java) S 19936 19923 19886 0 -1 0 17266 0 1 0 212 11 0 0 18 0 9 0 23332452 889630720 16462 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19937/statm: 217195 16462 2566 9 0 211700 0
[pid=19937/tid=19938] ppid=19936 vsize=868780 CPUtime=0.89
/proc/19937/task/19938/stat : 19938 (java) R 19936 19923 19886 0 -1 64 3271 0 1 0 87 2 0 0 23 0 9 0 23332453 889630720 16462 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19937/tid=19939] ppid=19936 vsize=868780 CPUtime=1.13
/proc/19937/task/19939/stat : 19939 (java) R 19936 19923 19886 0 -1 64 11825 0 0 0 106 7 0 0 16 0 9 0 23332455 889630720 16462 996147200 134512640 134550932 4294955936 18446744073709551615 103825751 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19937/tid=19940] ppid=19936 vsize=868780 CPUtime=0
/proc/19937/task/19940/stat : 19940 (java) S 19936 19923 19886 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23332455 889630720 16462 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19937/tid=19941] ppid=19936 vsize=868780 CPUtime=0
/proc/19937/task/19941/stat : 19941 (java) S 19936 19923 19886 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23332455 889630720 16462 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19937/tid=19942] ppid=19936 vsize=868780 CPUtime=0
/proc/19937/task/19942/stat : 19942 (java) S 19936 19923 19886 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23332457 889630720 16462 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19937/tid=19943] ppid=19936 vsize=868780 CPUtime=0.17
/proc/19937/task/19943/stat : 19943 (java) S 19936 19923 19886 0 -1 64 1471 0 0 0 17 0 0 0 16 0 9 0 23332457 889630720 16462 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19937/tid=19944] ppid=19936 vsize=868780 CPUtime=0
/proc/19937/task/19944/stat : 19944 (java) S 19936 19923 19886 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23332457 889630720 16462 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19937/tid=19945] ppid=19936 vsize=868780 CPUtime=0
/proc/19937/task/19945/stat : 19945 (java) S 19936 19923 19886 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23332457 889630720 16462 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 891004

[startup+6.30104 s]
/proc/loadavg: 2.24 2.13 2.05 4/93 19945
/proc/meminfo: memFree=865584/2055920 swapFree=4192956/4192956
[pid=19923] ppid=19921 vsize=16868 CPUtime=0.77
/proc/19923/stat : 19923 (sugar) S 19921 19923 19886 0 -1 4194304 1310 6767 0 1 6 1 65 5 15 0 1 0 23332370 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19923/statm: 4217 1111 409 3 0 796 0
[pid=19936] ppid=19923 vsize=5356 CPUtime=0
/proc/19936/stat : 19936 (sh) S 19923 19923 19886 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23332452 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19936/statm: 1339 233 193 169 0 50 0
[pid=19937] ppid=19936 vsize=868672 CPUtime=5.4
/proc/19937/stat : 19937 (java) S 19936 19923 19886 0 -1 0 18603 0 1 0 525 15 0 0 18 0 9 0 23332452 889520128 17698 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19937/statm: 217168 17698 2591 9 0 211645 0
[pid=19937/tid=19938] ppid=19936 vsize=868672 CPUtime=3.66
/proc/19937/task/19938/stat : 19938 (java) R 19936 19923 19886 0 -1 64 3393 0 1 0 361 5 0 0 25 0 9 0 23332453 889520128 17698 996147200 134512640 134550932 4294955936 18446744073709551615 4126924461 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19937/tid=19939] ppid=19936 vsize=868672 CPUtime=1.49
/proc/19937/task/19939/stat : 19939 (java) S 19936 19923 19886 0 -1 64 13014 0 0 0 141 8 0 0 16 0 9 0 23332455 889520128 17698 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19937/tid=19940] ppid=19936 vsize=868672 CPUtime=0
/proc/19937/task/19940/stat : 19940 (java) S 19936 19923 19886 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23332455 889520128 17698 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19937/tid=19941] ppid=19936 vsize=868672 CPUtime=0
/proc/19937/task/19941/stat : 19941 (java) S 19936 19923 19886 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23332455 889520128 17698 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19937/tid=19942] ppid=19936 vsize=868672 CPUtime=0
/proc/19937/task/19942/stat : 19942 (java) S 19936 19923 19886 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23332457 889520128 17698 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19937/tid=19943] ppid=19936 vsize=868672 CPUtime=0.21
/proc/19937/task/19943/stat : 19943 (java) S 19936 19923 19886 0 -1 64 1497 0 0 0 21 0 0 0 16 0 9 0 23332457 889520128 17698 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19937/tid=19944] ppid=19936 vsize=868672 CPUtime=0
/proc/19937/task/19944/stat : 19944 (java) S 19936 19923 19886 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23332457 889520128 17698 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19937/tid=19945] ppid=19936 vsize=868672 CPUtime=0
/proc/19937/task/19945/stat : 19945 (java) S 19936 19923 19886 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23332457 889520128 17698 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 890896

[startup+12.7021 s]
/proc/loadavg: 2.43 2.18 2.06 3/93 19945
/proc/meminfo: memFree=849968/2055920 swapFree=4192956/4192956
[pid=19923] ppid=19921 vsize=16868 CPUtime=0.77
/proc/19923/stat : 19923 (sugar) S 19921 19923 19886 0 -1 4194304 1310 6767 0 1 6 1 65 5 16 0 1 0 23332370 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19923/statm: 4217 1111 409 3 0 796 0
[pid=19936] ppid=19923 vsize=5356 CPUtime=0
/proc/19936/stat : 19936 (sh) S 19923 19923 19886 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23332452 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19936/statm: 1339 233 193 169 0 50 0
[pid=19937] ppid=19936 vsize=868672 CPUtime=11.72
/proc/19937/stat : 19937 (java) S 19936 19923 19886 0 -1 0 21061 0 1 0 1151 21 0 0 18 0 9 0 23332452 889520128 20063 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19937/statm: 217168 20063 2591 9 0 211645 0
[pid=19937/tid=19938] ppid=19936 vsize=868672 CPUtime=9.71
/proc/19937/task/19938/stat : 19938 (java) R 19936 19923 19886 0 -1 64 3486 0 1 0 962 9 0 0 25 0 9 0 23332453 889520128 20063 996147200 134512640 134550932 4294955936 18446744073709551615 4126921792 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19937/tid=19939] ppid=19936 vsize=868672 CPUtime=1.74
/proc/19937/task/19939/stat : 19939 (java) S 19936 19923 19886 0 -1 64 15367 0 0 0 164 10 0 0 16 0 9 0 23332455 889520128 20063 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19937/tid=19940] ppid=19936 vsize=868672 CPUtime=0
/proc/19937/task/19940/stat : 19940 (java) S 19936 19923 19886 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23332455 889520128 20063 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19937/tid=19941] ppid=19936 vsize=868672 CPUtime=0
/proc/19937/task/19941/stat : 19941 (java) S 19936 19923 19886 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23332455 889520128 20063 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19937/tid=19942] ppid=19936 vsize=868672 CPUtime=0
/proc/19937/task/19942/stat : 19942 (java) S 19936 19923 19886 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23332457 889520128 20063 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19937/tid=19943] ppid=19936 vsize=868672 CPUtime=0.23
/proc/19937/task/19943/stat : 19943 (java) S 19936 19923 19886 0 -1 64 1509 0 0 0 23 0 0 0 16 0 9 0 23332457 889520128 20063 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19937/tid=19944] ppid=19936 vsize=868672 CPUtime=0
/proc/19937/task/19944/stat : 19944 (java) S 19936 19923 19886 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23332457 889520128 20063 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19937/tid=19945] ppid=19936 vsize=868672 CPUtime=0
/proc/19937/task/19945/stat : 19945 (java) S 19936 19923 19886 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23332457 889520128 20063 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 890896

[startup+25.5024 s]
/proc/loadavg: 2.59 2.22 2.08 4/93 19945
/proc/meminfo: memFree=826288/2055920 swapFree=4192956/4192956
[pid=19923] ppid=19921 vsize=16868 CPUtime=0.77
/proc/19923/stat : 19923 (sugar) S 19921 19923 19886 0 -1 4194304 1310 6767 0 1 6 1 65 5 16 0 1 0 23332370 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19923/statm: 4217 1111 409 3 0 796 0
[pid=19936] ppid=19923 vsize=5356 CPUtime=0
/proc/19936/stat : 19936 (sh) S 19923 19923 19886 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23332452 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19936/statm: 1339 233 193 169 0 50 0
[pid=19937] ppid=19936 vsize=868672 CPUtime=24.37
/proc/19937/stat : 19937 (java) S 19936 19923 19886 0 -1 0 24602 0 1 0 2408 29 0 0 18 0 9 0 23332452 889520128 23476 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19937/statm: 217168 23476 2591 9 0 211645 0
[pid=19937/tid=19938] ppid=19936 vsize=868672 CPUtime=22.01
/proc/19937/task/19938/stat : 19938 (java) R 19936 19923 19886 0 -1 64 3614 0 1 0 2186 15 0 0 25 0 9 0 23332453 889520128 23476 996147200 134512640 134550932 4294955936 18446744073709551615 4126924372 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19937/tid=19939] ppid=19936 vsize=868672 CPUtime=2.08
/proc/19937/task/19939/stat : 19939 (java) S 19936 19923 19886 0 -1 64 18773 0 0 0 196 12 0 0 15 0 9 0 23332455 889520128 23476 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19937/tid=19940] ppid=19936 vsize=868672 CPUtime=0
/proc/19937/task/19940/stat : 19940 (java) S 19936 19923 19886 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23332455 889520128 23476 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19937/tid=19941] ppid=19936 vsize=868672 CPUtime=0
/proc/19937/task/19941/stat : 19941 (java) S 19936 19923 19886 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23332455 889520128 23476 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19937/tid=19942] ppid=19936 vsize=868672 CPUtime=0

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


[startup+522.301 s]
/proc/loadavg: 2.00 2.09 2.07 3/76 19977
/proc/meminfo: memFree=1255928/2055920 swapFree=4192956/4192956
[pid=19923] ppid=19921 vsize=16868 CPUtime=71.41
/proc/19923/stat : 19923 (sugar) S 19921 19923 19886 0 -1 4194304 1365 41316 0 2 7 1 7075 58 16 0 1 0 23332370 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19923/statm: 4217 1113 409 3 0 796 0
[pid=19946] ppid=19923 vsize=5356 CPUtime=0
/proc/19946/stat : 19946 (sh) S 19923 19923 19886 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23339595 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19946/statm: 1339 232 193 169 0 50 0
[pid=19947] ppid=19946 vsize=67296 CPUtime=448.02
/proc/19947/stat : 19947 (picosat) R 19946 19923 19886 0 -1 4194304 16748 0 0 0 43827 975 0 0 25 0 1 0 23339596 68911104 15628 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/19947/statm: 16824 15628 48 102 0 16719 0
Current children cumulated CPU time (s) 519.43
Current children cumulated vsize (KiB) 89520

[startup+582.302 s]
/proc/loadavg: 2.00 2.07 2.07 3/76 19977
/proc/meminfo: memFree=1254648/2055920 swapFree=4192956/4192956
[pid=19923] ppid=19921 vsize=16868 CPUtime=71.41
/proc/19923/stat : 19923 (sugar) S 19921 19923 19886 0 -1 4194304 1365 41316 0 2 7 1 7075 58 16 0 1 0 23332370 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19923/statm: 4217 1113 409 3 0 796 0
[pid=19946] ppid=19923 vsize=5356 CPUtime=0
/proc/19946/stat : 19946 (sh) S 19923 19923 19886 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23339595 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19946/statm: 1339 232 193 169 0 50 0
[pid=19947] ppid=19946 vsize=68220 CPUtime=507.98
/proc/19947/stat : 19947 (picosat) R 19946 19923 19886 0 -1 4194304 17145 0 0 0 49823 975 0 0 25 0 1 0 23339596 69857280 15858 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/19947/statm: 17055 15858 48 102 0 16950 0
Current children cumulated CPU time (s) 579.39
Current children cumulated vsize (KiB) 90444

[startup+642.302 s]
/proc/loadavg: 2.00 2.05 2.06 3/76 19977
/proc/meminfo: memFree=1253688/2055920 swapFree=4192956/4192956
[pid=19923] ppid=19921 vsize=16868 CPUtime=71.41
/proc/19923/stat : 19923 (sugar) S 19921 19923 19886 0 -1 4194304 1365 41316 0 2 7 1 7075 58 16 0 1 0 23332370 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19923/statm: 4217 1113 409 3 0 796 0
[pid=19946] ppid=19923 vsize=5356 CPUtime=0
/proc/19946/stat : 19946 (sh) S 19923 19923 19886 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23339595 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19946/statm: 1339 232 193 169 0 50 0
[pid=19947] ppid=19946 vsize=69012 CPUtime=567.97
/proc/19947/stat : 19947 (picosat) R 19946 19923 19886 0 -1 4194304 17546 0 0 0 55821 976 0 0 25 0 1 0 23339596 70668288 16086 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/19947/statm: 17253 16086 48 102 0 17148 0
Current children cumulated CPU time (s) 639.38
Current children cumulated vsize (KiB) 91236

[startup+702.301 s]
/proc/loadavg: 2.00 2.04 2.06 3/76 19977
/proc/meminfo: memFree=1253304/2055920 swapFree=4192956/4192956
[pid=19923] ppid=19921 vsize=16868 CPUtime=71.41
/proc/19923/stat : 19923 (sugar) S 19921 19923 19886 0 -1 4194304 1365 41316 0 2 7 1 7075 58 16 0 1 0 23332370 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19923/statm: 4217 1113 409 3 0 796 0
[pid=19946] ppid=19923 vsize=5356 CPUtime=0
/proc/19946/stat : 19946 (sh) S 19923 19923 19886 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23339595 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19946/statm: 1339 232 193 169 0 50 0
[pid=19947] ppid=19946 vsize=69408 CPUtime=627.93
/proc/19947/stat : 19947 (picosat) R 19946 19923 19886 0 -1 4194304 17834 0 0 0 61817 976 0 0 25 0 1 0 23339596 71073792 16190 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/19947/statm: 17352 16190 48 102 0 17247 0
Current children cumulated CPU time (s) 699.34
Current children cumulated vsize (KiB) 91632

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

[startup+716.703 s]
/proc/loadavg: 2.00 2.04 2.05 3/76 19977
/proc/meminfo: memFree=1253304/2055920 swapFree=4192956/4192956
[pid=19923] ppid=19921 vsize=16868 CPUtime=71.41
/proc/19923/stat : 19923 (sugar) S 19921 19923 19886 0 -1 4194304 1365 41316 0 2 7 1 7075 58 16 0 1 0 23332370 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19923/statm: 4217 1113 409 3 0 796 0
[pid=19946] ppid=19923 vsize=5356 CPUtime=0
/proc/19946/stat : 19946 (sh) S 19923 19923 19886 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23339595 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19946/statm: 1339 232 193 169 0 50 0
[pid=19947] ppid=19946 vsize=69408 CPUtime=642.32
/proc/19947/stat : 19947 (picosat) R 19946 19923 19886 0 -1 4194304 17834 0 0 0 63256 976 0 0 25 0 1 0 23339596 71073792 16190 996147200 134512640 134931368 4294956256 18446744073709551615 134525675 0 0 4096 0 0 0 0 17 0 0 0
/proc/19947/statm: 17352 16190 48 102 0 17247 0
Current children cumulated CPU time (s) 713.73
Current children cumulated vsize (KiB) 91632

[startup+723.102 s]
/proc/loadavg: 2.00 2.04 2.05 3/76 19977
/proc/meminfo: memFree=1253304/2055920 swapFree=4192956/4192956
[pid=19923] ppid=19921 vsize=16868 CPUtime=71.41
/proc/19923/stat : 19923 (sugar) S 19921 19923 19886 0 -1 4194304 1365 41316 0 2 7 1 7075 58 16 0 1 0 23332370 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19923/statm: 4217 1113 409 3 0 796 0
[pid=19946] ppid=19923 vsize=5356 CPUtime=0
/proc/19946/stat : 19946 (sh) S 19923 19923 19886 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23339595 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19946/statm: 1339 232 193 169 0 50 0
[pid=19947] ppid=19946 vsize=69408 CPUtime=648.72
/proc/19947/stat : 19947 (picosat) R 19946 19923 19886 0 -1 4194304 17834 0 0 0 63896 976 0 0 25 0 1 0 23339596 71073792 16190 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/19947/statm: 17352 16190 48 102 0 17247 0
Current children cumulated CPU time (s) 720.13
Current children cumulated vsize (KiB) 91632

[startup+729.501 s]
/proc/loadavg: 2.00 2.04 2.05 3/76 19977
/proc/meminfo: memFree=1253176/2055920 swapFree=4192956/4192956
[pid=19923] ppid=19921 vsize=16868 CPUtime=71.41
/proc/19923/stat : 19923 (sugar) S 19921 19923 19886 0 -1 4194304 1365 41316 0 2 7 1 7075 58 16 0 1 0 23332370 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19923/statm: 4217 1113 409 3 0 796 0
[pid=19946] ppid=19923 vsize=5356 CPUtime=0
/proc/19946/stat : 19946 (sh) S 19923 19923 19886 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23339595 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19946/statm: 1339 232 193 169 0 50 0
[pid=19947] ppid=19946 vsize=69672 CPUtime=655.11
/proc/19947/stat : 19947 (picosat) R 19946 19923 19886 0 -1 4194304 17923 0 0 0 64535 976 0 0 25 0 1 0 23339596 71344128 16279 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/19947/statm: 17418 16279 48 102 0 17313 0
Current children cumulated CPU time (s) 726.52
Current children cumulated vsize (KiB) 91896

[startup+731.101 s]
/proc/loadavg: 2.00 2.04 2.05 3/76 19977
/proc/meminfo: memFree=1252984/2055920 swapFree=4192956/4192956
[pid=19923] ppid=19921 vsize=16868 CPUtime=71.41
/proc/19923/stat : 19923 (sugar) S 19921 19923 19886 0 -1 4194304 1365 41316 0 2 7 1 7075 58 16 0 1 0 23332370 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19923/statm: 4217 1113 409 3 0 796 0
[pid=19946] ppid=19923 vsize=5356 CPUtime=0
/proc/19946/stat : 19946 (sh) S 19923 19923 19886 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23339595 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19946/statm: 1339 232 193 169 0 50 0
[pid=19947] ppid=19946 vsize=69936 CPUtime=656.71
/proc/19947/stat : 19947 (picosat) R 19946 19923 19886 0 -1 4194304 17991 0 0 0 64695 976 0 0 25 0 1 0 23339596 71614464 16347 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/19947/statm: 17484 16347 48 102 0 17379 0
Current children cumulated CPU time (s) 728.12
Current children cumulated vsize (KiB) 92160

[startup+731.903 s]
/proc/loadavg: 2.00 2.04 2.05 3/76 19977
/proc/meminfo: memFree=1252792/2055920 swapFree=4192956/4192956
[pid=19923] ppid=19921 vsize=16868 CPUtime=71.41
/proc/19923/stat : 19923 (sugar) S 19921 19923 19886 0 -1 4194304 1365 41316 0 2 7 1 7075 58 16 0 1 0 23332370 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19923/statm: 4217 1113 409 3 0 796 0
[pid=19946] ppid=19923 vsize=5356 CPUtime=0
/proc/19946/stat : 19946 (sh) S 19923 19923 19886 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23339595 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19946/statm: 1339 232 193 169 0 50 0
[pid=19947] ppid=19946 vsize=70068 CPUtime=657.51
/proc/19947/stat : 19947 (picosat) R 19946 19923 19886 0 -1 4194304 18015 0 0 0 64775 976 0 0 25 0 1 0 23339596 71749632 16371 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/19947/statm: 17517 16371 48 102 0 17412 0
Current children cumulated CPU time (s) 728.92
Current children cumulated vsize (KiB) 92292

[startup+732.303 s]
/proc/loadavg: 2.00 2.04 2.05 3/76 19977
/proc/meminfo: memFree=1252792/2055920 swapFree=4192956/4192956
[pid=19923] ppid=19921 vsize=16868 CPUtime=71.41
/proc/19923/stat : 19923 (sugar) S 19921 19923 19886 0 -1 4194304 1365 41316 0 2 7 1 7075 58 16 0 1 0 23332370 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19923/statm: 4217 1113 409 3 0 796 0
[pid=19946] ppid=19923 vsize=5356 CPUtime=0
/proc/19946/stat : 19946 (sh) S 19923 19923 19886 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23339595 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19946/statm: 1339 232 193 169 0 50 0
[pid=19947] ppid=19946 vsize=70200 CPUtime=657.91
/proc/19947/stat : 19947 (picosat) R 19946 19923 19886 0 -1 4194304 18034 0 0 0 64815 976 0 0 25 0 1 0 23339596 71884800 16390 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/19947/statm: 17550 16390 48 102 0 17445 0
Current children cumulated CPU time (s) 729.32
Current children cumulated vsize (KiB) 92424

[startup+732.702 s]
/proc/loadavg: 2.00 2.04 2.05 3/76 19977
/proc/meminfo: memFree=1257272/2055920 swapFree=4192956/4192956
[pid=19923] ppid=19921 vsize=16868 CPUtime=729.66
/proc/19923/stat : 19923 (sugar) S 19921 19923 19886 0 -1 4194304 1428 59648 0 2 7 1 71922 1036 17 0 1 0 23332370 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19923/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 729.66
Current children cumulated vsize (KiB) 16868

[startup+732.802 s]
/proc/loadavg: 2.00 2.04 2.05 3/76 19977
/proc/meminfo: memFree=1257272/2055920 swapFree=4192956/4192956
[pid=19923] ppid=19921 vsize=16868 CPUtime=729.66
/proc/19923/stat : 19923 (sugar) S 19921 19923 19886 0 -1 4194304 1446 59648 0 2 7 1 71922 1036 15 0 1 0 23332370 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19923/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 729.66
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 732.892
CPU time (s): 729.915
CPU user time (s): 719.479
CPU system time (s): 10.4364
CPU usage (%): 99.5938
Max. virtual memory (cumulated for all children) (KiB): 901144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 719.479
system time used= 10.4364
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65003
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= 9492
involuntary context switches= 21450

runsolver used 0.78888 second user time and 2.16967 second system time

The end

Launcher Data

Begin job on node14 at 2009-07-12 03:37:34
IDJOB=2076339
IDBENCH=56409
IDSOLVER=738
FILE ID=node14/2076339-1247362654
PBS_JOBID= 9506994
Free space on /tmp= 66496 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/lexPuzzle/normalized-crossword-m1-lex-puzzle17.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-2076339-1247362654/watcher-2076339-1247362654 -o /tmp/evaluation-result-2076339-1247362654/solver-2076339-1247362654 -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-2076339-1247362654.xml

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

MD5SUM BENCH= fbfcca174138f95b292fe795fe44a0e9
RANDOM SEED=588137863

node14.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.265
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.265
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:        932392 kB
Buffers:         80520 kB
Cached:         528420 kB
SwapCached:          0 kB
Active:         563312 kB
Inactive:       504172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        932392 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2012 kB
Writeback:           0 kB
Mapped:         478928 kB
Slab:            40444 kB
Committed_AS:   644456 kB
PageTables:       2760 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= 66492 MiB
End job on node14 at 2009-07-12 03:49:47