Trace number 1074408

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.13+minisatSAT 18.3852 18.6851

General information on the benchmark

Namecsp/lexPuzzle/
normalized-crossword-m1-lex-puzzle11.xml
MD5SUMce46a8a879ee15090ea4b332910f8459
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.093985
Satisfiable
(Un)Satisfiability was proved
Number of variables38
Number of constraints47
Maximum constraint arity14
Maximum domain size26
Number of constraints which are defined in extension18
Number of constraints which are defined in intension29
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Fri Jul  4 15:37:17 2008
0.00/0.04	c 0	PID 3456
0.03/0.05	c 0	HOST node40.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1074408-1215178637.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1074408-1215178637.xml' 'HOME/temp.csp'
0.03/0.49	c 1	1 domains, 38 variables, 6 predicates, 5 relations, 47 constraints
0.03/0.52	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.52	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.46/0.60	c 1	Parsing HOME/temp.csp
0.46/0.78	c 1	parsed 97 expressions
0.46/0.78	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.46/0.78	c 1	Converting to clausal form CSP
0.46/0.81	c 1	converted 10 (10%) expressions
0.46/0.81	c 1	converted 20 (20%) expressions
0.46/0.81	c 1	converted 30 (30%) expressions
0.46/0.81	c 1	converted 39 (40%) expressions
0.46/0.83	c 1	converted 49 (50%) expressions
0.46/0.87	c 1	converted 59 (60%) expressions
0.91/1.01	c 1	converted 68 (70%) expressions
0.91/1.02	c 1	converted 78 (80%) expressions
1.01/1.18	c 1	converted 88 (90%) expressions
1.01/1.19	c 1	converted 97 (100%) expressions
1.01/1.19	c 1	CSP : 38 integers, 0 booleans, 47 clauses, largest domain size 26
1.01/1.19	c 1	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.01/1.19	c 1	Propagation in CSP
1.01/1.19	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.01/1.19	c 2	CSP : 38 integers, 0 booleans, 47 clauses, largest domain size 26
1.01/1.19	c 2	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.01/1.20	c 2	Simplifing CSP by introducing new Boolean variables
1.11/1.20	c 2	CSP : 38 integers, 220 booleans, 267 clauses, largest domain size 26
1.11/1.20	c 2	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.11/1.27	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.11/1.28	c 2	4 (10%) CSP integer variables are encoded (96 clauses, 912 bytes)
1.11/1.29	c 2	8 (20%) CSP integer variables are encoded (192 clauses, 1968 bytes)
1.11/1.29	c 2	12 (30%) CSP integer variables are encoded (288 clauses, 3024 bytes)
1.11/1.29	c 2	16 (40%) CSP integer variables are encoded (384 clauses, 4080 bytes)
1.11/1.29	c 2	19 (50%) CSP integer variables are encoded (456 clauses, 4872 bytes)
1.11/1.29	c 2	23 (60%) CSP integer variables are encoded (552 clauses, 5928 bytes)
1.11/1.29	c 2	27 (70%) CSP integer variables are encoded (648 clauses, 6984 bytes)
1.21/1.30	c 2	31 (80%) CSP integer variables are encoded (744 clauses, 8040 bytes)
1.21/1.30	c 2	35 (90%) CSP integer variables are encoded (840 clauses, 9096 bytes)
1.21/1.30	c 2	38 (100%) CSP integer variables are encoded (912 clauses, 9888 bytes)
7.54/7.74	c 8	27 (10%) CSP clauses are encoded (91274 clauses, 3388177 bytes)
7.54/7.75	c 8	54 (20%) CSP clauses are encoded (91901 clauses, 3398023 bytes)
7.54/7.75	c 8	81 (30%) CSP clauses are encoded (92503 clauses, 3407699 bytes)
7.54/7.75	c 8	107 (40%) CSP clauses are encoded (93079 clauses, 3417353 bytes)
17.53/17.85	c 18	134 (50%) CSP clauses are encoded (181812 clauses, 7227972 bytes)
17.53/17.85	c 18	161 (60%) CSP clauses are encoded (182439 clauses, 7238010 bytes)
17.53/17.86	c 18	187 (70%) CSP clauses are encoded (183040 clauses, 7248047 bytes)
17.53/17.86	c 18	214 (80%) CSP clauses are encoded (183692 clauses, 7258928 bytes)
17.53/17.86	c 18	241 (90%) CSP clauses are encoded (184319 clauses, 7269438 bytes)
17.53/17.86	c 18	267 (100%) CSP clauses are encoded (184945 clauses, 7279846 bytes)
17.53/17.86	c 18	267 CSP clauses encoded
17.53/17.86	c 18	Writing map file : HOME/temp.map
17.53/17.87	c 18	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
17.53/17.87	c 18	SAT : 1170 SAT variables, 184945 SAT clauses, 7279846 bytes
17.53/17.87	c 18	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
17.53/17.87	c 18	SOLVING HOME/temp.cnf
17.53/17.87	c 18	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
17.53/17.88	c 18	This is MiniSat 2.0 beta
17.53/17.88	c 18	WARNING: for repeatability, setting FPU to use double precision
17.53/17.88	c 18	============================[ Problem Statistics ]=============================
17.53/17.88	c 18	|                                                                             |
17.53/17.88	c 18	|  Number of variables:  1170                                                 |
17.53/17.88	c 18	|  Number of clauses:    184945                                               |
17.61/18.06	c 18	|  Parsing time:         0.16         s                                       |
17.61/18.07	c 18	============================[ Search Statistics ]==============================
17.61/18.07	c 18	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
17.61/18.07	c 18	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
17.61/18.07	c 18	===============================================================================
17.61/18.07	c 18	|         0 |    1168   184799  1575076 |    61599        0    nan |  0.000 % |
17.61/18.11	c 18	|       102 |    1168   184799  1575076 |    67759      102      8 |  0.171 % |
17.61/18.14	c 18	|       253 |    1168   184799  1575076 |    74535      253      7 |  0.173 % |
17.61/18.18	c 18	|       478 |    1168   184799  1575076 |    81989      478      9 |  0.173 % |
17.61/18.22	c 19	|       815 |    1168   184799  1575076 |    90188      815      9 |  0.173 % |
17.61/18.27	c 19	|      1322 |    1167   184799  1575076 |    99206     1321      9 |  0.258 % |
17.61/18.36	c 19	|      2081 |    1167   184799  1575076 |   109127     2080      9 |  0.257 % |
17.61/18.51	c 19	===============================================================================
17.61/18.51	c 19	restarts              : 7
17.61/18.51	c 19	conflicts             : 2781           (4620 /sec)
17.61/18.51	c 19	decisions             : 4745           (1.41 % random) (7883 /sec)
17.61/18.51	c 19	propagations          : 90422          (150226 /sec)
17.61/18.51	c 19	conflict literals     : 28105          (17.11 % deleted)
17.61/18.51	c 19	Memory used           : 14.72 MB
17.61/18.51	c 19	CPU time              : 0.601908 s
17.61/18.51	c 19	
17.61/18.51	c 19	SATISFIABLE
17.61/18.51	c 19	DECODING HOME/temp.out WITH HOME/temp.map
17.61/18.51	c 19	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
17.61/18.59	c 19	Decoding HOME/temp.out
18.30/18.63	s SATISFIABLE
18.30/18.63	v 11 14 18 18 18 24 17 20 15 24 3 4 18 11 4 21 0 23 4 5 4 4 17 20 13 0 2 18 19 0 10 4 19 7 11 14 13 4
18.30/18.64	c 19	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
18.30/18.68	c 19	CPU 18.1 (0.04 0 18.06 0.26)
18.30/18.68	c 19	END Fri Jul  4 15:37:36 2008

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1074408-1215178637/watcher-1074408-1215178637 -o /tmp/evaluation-result-1074408-1215178637/solver-1074408-1215178637 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1074408-1215178637.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): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 3456
/proc/meminfo: memFree=1454992/2055920 swapFree=4095080/4192956
[pid=3456] ppid=3454 vsize=12268 CPUtime=0
/proc/3456/stat : 3456 (sugar) R 3454 3456 824 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1547531400 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 264519776869 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/3456/statm: 3067 316 241 3 0 167 0

[startup+0.049881 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 3456
/proc/meminfo: memFree=1454992/2055920 swapFree=4095080/4192956
[pid=3456] ppid=3454 vsize=13600 CPUtime=0.03
/proc/3456/stat : 3456 (sugar) S 3454 3456 824 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 1547531400 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3456/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101924 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 3456
/proc/meminfo: memFree=1454992/2055920 swapFree=4095080/4192956
[pid=3456] ppid=3454 vsize=13600 CPUtime=0.03
/proc/3456/stat : 3456 (sugar) S 3454 3456 824 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1547531400 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3456/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301947 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 3456
/proc/meminfo: memFree=1454992/2055920 swapFree=4095080/4192956
[pid=3456] ppid=3454 vsize=13600 CPUtime=0.03
/proc/3456/stat : 3456 (sugar) S 3454 3456 824 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1547531400 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3456/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702001 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 3456
/proc/meminfo: memFree=1454992/2055920 swapFree=4095080/4192956
[pid=3456] ppid=3454 vsize=13600 CPUtime=0.46
/proc/3456/stat : 3456 (sugar) S 3454 3456 824 0 -1 4194304 973 4950 0 1 3 0 40 3 16 0 1 0 1547531400 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3456/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 13600

[startup+1.5011 s]
/proc/loadavg: 1.92 1.98 1.99 4/92 3478
/proc/meminfo: memFree=1439544/2055920 swapFree=4095080/4192956
[pid=3456] ppid=3454 vsize=13600 CPUtime=0.47
/proc/3456/stat : 3456 (sugar) S 3454 3456 824 0 -1 4194304 974 4950 0 1 4 0 40 3 15 0 1 0 1547531400 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3456/statm: 3400 797 370 3 0 500 0
[pid=3469] ppid=3456 vsize=5356 CPUtime=0
/proc/3469/stat : 3469 (sh) S 3456 3456 824 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1547531453 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3469/statm: 1339 233 193 169 0 50 0
[pid=3470] ppid=3469 vsize=864320 CPUtime=0.94
/proc/3470/stat : 3470 (java) S 3469 3456 824 0 -1 0 7799 0 1 0 90 4 0 0 18 0 9 0 1547531453 885063680 7031 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3470/statm: 216080 7031 2564 9 0 210627 0
[pid=3470/tid=3471] ppid=3469 vsize=864320 CPUtime=0.52
/proc/3470/task/3471/stat : 3471 (java) R 3469 3456 824 0 -1 64 2740 0 1 0 51 1 0 0 23 0 9 0 1547531454 885063680 7031 996147200 134512640 134550740 4294955952 18446744073709551615 4126577109 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3470/tid=3472] ppid=3469 vsize=864320 CPUtime=0.29
/proc/3470/task/3472/stat : 3472 (java) S 3469 3456 824 0 -1 64 4013 0 0 0 28 1 0 0 16 0 9 0 1547531455 885063680 7031 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3470/tid=3473] ppid=3469 vsize=864320 CPUtime=0
/proc/3470/task/3473/stat : 3473 (java) S 3469 3456 824 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1547531456 885063680 7031 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3470/tid=3474] ppid=3469 vsize=864320 CPUtime=0
/proc/3470/task/3474/stat : 3474 (java) S 3469 3456 824 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1547531456 885063680 7031 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3470/tid=3475] ppid=3469 vsize=864320 CPUtime=0
/proc/3470/task/3475/stat : 3475 (java) S 3469 3456 824 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1547531458 885063680 7031 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3470/tid=3476] ppid=3469 vsize=864320 CPUtime=0.1
/proc/3470/task/3476/stat : 3476 (java) S 3469 3456 824 0 -1 64 354 0 0 0 10 0 0 0 16 0 9 0 1547531458 885063680 7031 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3470/tid=3477] ppid=3469 vsize=864320 CPUtime=0
/proc/3470/task/3477/stat : 3477 (java) S 3469 3456 824 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1547531458 885063680 7031 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3470/tid=3478] ppid=3469 vsize=864320 CPUtime=0
/proc/3470/task/3478/stat : 3478 (java) S 3469 3456 824 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1547531458 885063680 7031 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 883276

[startup+3.10301 s]
/proc/loadavg: 1.92 1.98 1.99 3/92 3478
/proc/meminfo: memFree=1433464/2055920 swapFree=4095080/4192956
[pid=3456] ppid=3454 vsize=13600 CPUtime=0.47
/proc/3456/stat : 3456 (sugar) S 3454 3456 824 0 -1 4194304 974 4950 0 1 4 0 40 3 15 0 1 0 1547531400 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3456/statm: 3400 797 370 3 0 500 0
[pid=3469] ppid=3456 vsize=5356 CPUtime=0
/proc/3469/stat : 3469 (sh) S 3456 3456 824 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1547531453 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3469/statm: 1339 233 193 169 0 50 0
[pid=3470] ppid=3469 vsize=864320 CPUtime=2.52
/proc/3470/stat : 3470 (java) S 3469 3456 824 0 -1 0 8421 0 1 0 247 5 0 0 18 0 9 0 1547531453 885063680 7570 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3470/statm: 216080 7570 2564 9 0 210627 0
[pid=3470/tid=3471] ppid=3469 vsize=864320 CPUtime=2.03
/proc/3470/task/3471/stat : 3471 (java) R 3469 3456 824 0 -1 64 2823 0 1 0 202 1 0 0 25 0 9 0 1547531454 885063680 7570 996147200 134512640 134550740 4294955952 18446744073709551615 4126594960 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3470/tid=3472] ppid=3469 vsize=864320 CPUtime=0.36
/proc/3470/task/3472/stat : 3472 (java) S 3469 3456 824 0 -1 64 4551 0 0 0 34 2 0 0 16 0 9 0 1547531455 885063680 7570 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3470/tid=3473] ppid=3469 vsize=864320 CPUtime=0
/proc/3470/task/3473/stat : 3473 (java) S 3469 3456 824 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1547531456 885063680 7570 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3470/tid=3474] ppid=3469 vsize=864320 CPUtime=0
/proc/3470/task/3474/stat : 3474 (java) S 3469 3456 824 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1547531456 885063680 7570 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3470/tid=3475] ppid=3469 vsize=864320 CPUtime=0
/proc/3470/task/3475/stat : 3475 (java) S 3469 3456 824 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1547531458 885063680 7570 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3470/tid=3476] ppid=3469 vsize=864320 CPUtime=0.1
/proc/3470/task/3476/stat : 3476 (java) S 3469 3456 824 0 -1 64 355 0 0 0 10 0 0 0 16 0 9 0 1547531458 885063680 7570 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3470/tid=3477] ppid=3469 vsize=864320 CPUtime=0
/proc/3470/task/3477/stat : 3477 (java) S 3469 3456 824 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1547531458 885063680 7570 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3470/tid=3478] ppid=3469 vsize=864320 CPUtime=0
/proc/3470/task/3478/stat : 3478 (java) S 3469 3456 824 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1547531458 885063680 7570 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 883276

[startup+6.30335 s]
/proc/loadavg: 1.93 1.98 1.99 3/92 3478
/proc/meminfo: memFree=1428472/2055920 swapFree=4095080/4192956
[pid=3456] ppid=3454 vsize=13600 CPUtime=0.47
/proc/3456/stat : 3456 (sugar) S 3454 3456 824 0 -1 4194304 974 4950 0 1 4 0 40 3 15 0 1 0 1547531400 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3456/statm: 3400 797 370 3 0 500 0
[pid=3469] ppid=3456 vsize=5356 CPUtime=0
/proc/3469/stat : 3469 (sh) S 3456 3456 824 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1547531453 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3469/statm: 1339 233 193 169 0 50 0
[pid=3470] ppid=3469 vsize=864320 CPUtime=5.69
/proc/3470/stat : 3470 (java) S 3469 3456 824 0 -1 0 9101 0 1 0 561 8 0 0 18 0 9 0 1547531453 885063680 8101 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3470/statm: 216080 8101 2564 9 0 210627 0
[pid=3470/tid=3471] ppid=3469 vsize=864320 CPUtime=5.01
/proc/3470/task/3471/stat : 3471 (java) R 3469 3456 824 0 -1 64 2970 0 1 0 499 2 0 0 25 0 9 0 1547531454 885063680 8101 996147200 134512640 134550740 4294955952 18446744073709551615 4126563463 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3470/tid=3472] ppid=3469 vsize=864320 CPUtime=0.55
/proc/3470/task/3472/stat : 3472 (java) S 3469 3456 824 0 -1 64 5084 0 0 0 51 4 0 0 16 0 9 0 1547531455 885063680 8101 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3470/tid=3473] ppid=3469 vsize=864320 CPUtime=0
/proc/3470/task/3473/stat : 3473 (java) S 3469 3456 824 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1547531456 885063680 8101 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3470/tid=3474] ppid=3469 vsize=864320 CPUtime=0
/proc/3470/task/3474/stat : 3474 (java) S 3469 3456 824 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1547531456 885063680 8101 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3470/tid=3475] ppid=3469 vsize=864320 CPUtime=0
/proc/3470/task/3475/stat : 3475 (java) S 3469 3456 824 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1547531458 885063680 8101 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3470/tid=3476] ppid=3469 vsize=864320 CPUtime=0.1
/proc/3470/task/3476/stat : 3476 (java) S 3469 3456 824 0 -1 64 355 0 0 0 10 0 0 0 16 0 9 0 1547531458 885063680 8101 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3470/tid=3477] ppid=3469 vsize=864320 CPUtime=0
/proc/3470/task/3477/stat : 3477 (java) S 3469 3456 824 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1547531458 885063680 8101 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3470/tid=3478] ppid=3469 vsize=864320 CPUtime=0
/proc/3470/task/3478/stat : 3478 (java) S 3469 3456 824 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1547531458 885063680 8101 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 883276

[startup+12.7026 s]
/proc/loadavg: 1.93 1.98 1.99 3/92 3478
/proc/meminfo: memFree=1424376/2055920 swapFree=4095080/4192956
[pid=3456] ppid=3454 vsize=13600 CPUtime=0.47
/proc/3456/stat : 3456 (sugar) S 3454 3456 824 0 -1 4194304 974 4950 0 1 4 0 40 3 16 0 1 0 1547531400 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3456/statm: 3400 797 370 3 0 500 0
[pid=3469] ppid=3456 vsize=5356 CPUtime=0
/proc/3469/stat : 3469 (sh) S 3456 3456 824 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1547531453 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3469/statm: 1339 233 193 169 0 50 0
[pid=3470] ppid=3469 vsize=864328 CPUtime=12.01
/proc/3470/stat : 3470 (java) S 3469 3456 824 0 -1 0 10846 0 1 0 1190 11 0 0 18 0 9 0 1547531453 885071872 8378 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3470/statm: 216082 8378 2564 9 0 210629 0
[pid=3470/tid=3471] ppid=3469 vsize=864328 CPUtime=11.08
/proc/3470/task/3471/stat : 3471 (java) R 3469 3456 824 0 -1 64 3196 0 1 0 1104 4 0 0 25 0 9 0 1547531454 885071872 8378 996147200 134512640 134550740 4294955952 18446744073709551615 4126591541 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3470/tid=3472] ppid=3469 vsize=864328 CPUtime=0.8
/proc/3470/task/3472/stat : 3472 (java) S 3469 3456 824 0 -1 64 6599 0 0 0 75 5 0 0 16 0 9 0 1547531455 885071872 8378 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3470/tid=3473] ppid=3469 vsize=864328 CPUtime=0
/proc/3470/task/3473/stat : 3473 (java) S 3469 3456 824 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1547531456 885071872 8378 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3470/tid=3474] ppid=3469 vsize=864328 CPUtime=0
/proc/3470/task/3474/stat : 3474 (java) S 3469 3456 824 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1547531456 885071872 8378 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3470/tid=3475] ppid=3469 vsize=864328 CPUtime=0
/proc/3470/task/3475/stat : 3475 (java) S 3469 3456 824 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1547531458 885071872 8378 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3470/tid=3476] ppid=3469 vsize=864328 CPUtime=0.1
/proc/3470/task/3476/stat : 3476 (java) S 3469 3456 824 0 -1 64 359 0 0 0 10 0 0 0 16 0 9 0 1547531458 885071872 8378 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3470/tid=3477] ppid=3469 vsize=864328 CPUtime=0
/proc/3470/task/3477/stat : 3477 (java) S 3469 3456 824 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1547531458 885071872 8378 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3470/tid=3478] ppid=3469 vsize=864328 CPUtime=0
/proc/3470/task/3478/stat : 3478 (java) S 3469 3456 824 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1547531458 885071872 8378 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 883284

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

[startup+15.903 s]
/proc/loadavg: 1.94 1.98 1.99 3/92 3478
/proc/meminfo: memFree=1422584/2055920 swapFree=4095080/4192956
[pid=3456] ppid=3454 vsize=13600 CPUtime=0.47
/proc/3456/stat : 3456 (sugar) S 3454 3456 824 0 -1 4194304 974 4950 0 1 4 0 40 3 16 0 1 0 1547531400 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3456/statm: 3400 797 370 3 0 500 0
[pid=3469] ppid=3456 vsize=5356 CPUtime=0
/proc/3469/stat : 3469 (sh) S 3456 3456 824 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1547531453 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3469/statm: 1339 233 193 169 0 50 0
[pid=3470] ppid=3469 vsize=864328 CPUtime=15.17
/proc/3470/stat : 3470 (java) S 3469 3456 824 0 -1 0 12281 0 1 0 1503 14 0 0 18 0 9 0 1547531453 885071872 8465 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3470/statm: 216082 8465 2564 9 0 210629 0
[pid=3470/tid=3471] ppid=3469 vsize=864328 CPUtime=14.1
/proc/3470/task/3471/stat : 3471 (java) R 3469 3456 824 0 -1 64 3308 0 1 0 1404 6 0 0 25 0 9 0 1547531454 885071872 8465 996147200 134512640 134550740 4294955952 18446744073709551615 4126591431 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3470/tid=3472] ppid=3469 vsize=864328 CPUtime=0.95
/proc/3470/task/3472/stat : 3472 (java) S 3469 3456 824 0 -1 64 7922 0 0 0 88 7 0 0 16 0 9 0 1547531455 885071872 8465 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3470/tid=3473] ppid=3469 vsize=864328 CPUtime=0
/proc/3470/task/3473/stat : 3473 (java) S 3469 3456 824 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1547531456 885071872 8465 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3470/tid=3474] ppid=3469 vsize=864328 CPUtime=0
/proc/3470/task/3474/stat : 3474 (java) S 3469 3456 824 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1547531456 885071872 8465 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3470/tid=3475] ppid=3469 vsize=864328 CPUtime=0
/proc/3470/task/3475/stat : 3475 (java) S 3469 3456 824 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1547531458 885071872 8465 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3470/tid=3476] ppid=3469 vsize=864328 CPUtime=0.11
/proc/3470/task/3476/stat : 3476 (java) S 3469 3456 824 0 -1 64 359 0 0 0 11 0 0 0 16 0 9 0 1547531458 885071872 8465 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3470/tid=3477] ppid=3469 vsize=864328 CPUtime=0
/proc/3470/task/3477/stat : 3477 (java) S 3469 3456 824 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1547531458 885071872 8465 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3470/tid=3478] ppid=3469 vsize=864328 CPUtime=0
/proc/3470/task/3478/stat : 3478 (java) S 3469 3456 824 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1547531458 885071872 8465 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.64
Current children cumulated vsize (KiB) 883284

[startup+17.5012 s]
/proc/loadavg: 1.94 1.98 1.99 3/92 3478
/proc/meminfo: memFree=1422584/2055920 swapFree=4095080/4192956
[pid=3456] ppid=3454 vsize=13600 CPUtime=0.47
/proc/3456/stat : 3456 (sugar) S 3454 3456 824 0 -1 4194304 974 4950 0 1 4 0 40 3 16 0 1 0 1547531400 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3456/statm: 3400 797 370 3 0 500 0
[pid=3469] ppid=3456 vsize=5356 CPUtime=0
/proc/3469/stat : 3469 (sh) S 3456 3456 824 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1547531453 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3469/statm: 1339 233 193 169 0 50 0
[pid=3470] ppid=3469 vsize=864328 CPUtime=16.76
/proc/3470/stat : 3470 (java) S 3469 3456 824 0 -1 0 12316 0 1 0 1661 15 0 0 18 0 9 0 1547531453 885071872 8465 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3470/statm: 216082 8465 2564 9 0 210629 0
[pid=3470/tid=3471] ppid=3469 vsize=864328 CPUtime=15.65
/proc/3470/task/3471/stat : 3471 (java) R 3469 3456 824 0 -1 64 3343 0 1 0 1559 6 0 0 25 0 9 0 1547531454 885071872 8465 996147200 134512640 134550740 4294955952 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3470/tid=3472] ppid=3469 vsize=864328 CPUtime=0.98
/proc/3470/task/3472/stat : 3472 (java) S 3469 3456 824 0 -1 64 7922 0 0 0 90 8 0 0 16 0 9 0 1547531455 885071872 8465 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3470/tid=3473] ppid=3469 vsize=864328 CPUtime=0
/proc/3470/task/3473/stat : 3473 (java) S 3469 3456 824 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1547531456 885071872 8465 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3470/tid=3474] ppid=3469 vsize=864328 CPUtime=0
/proc/3470/task/3474/stat : 3474 (java) S 3469 3456 824 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1547531456 885071872 8465 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3470/tid=3475] ppid=3469 vsize=864328 CPUtime=0
/proc/3470/task/3475/stat : 3475 (java) S 3469 3456 824 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1547531458 885071872 8465 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3470/tid=3476] ppid=3469 vsize=864328 CPUtime=0.11
/proc/3470/task/3476/stat : 3476 (java) S 3469 3456 824 0 -1 64 359 0 0 0 11 0 0 0 16 0 9 0 1547531458 885071872 8465 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3470/tid=3477] ppid=3469 vsize=864328 CPUtime=0
/proc/3470/task/3477/stat : 3477 (java) S 3469 3456 824 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1547531458 885071872 8465 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3470/tid=3478] ppid=3469 vsize=864328 CPUtime=0
/proc/3470/task/3478/stat : 3478 (java) S 3469 3456 824 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1547531458 885071872 8465 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 17.23
Current children cumulated vsize (KiB) 883284

[startup+18.3013 s]
/proc/loadavg: 1.94 1.98 1.99 3/92 3478
/proc/meminfo: memFree=1422584/2055920 swapFree=4095080/4192956
[pid=3456] ppid=3454 vsize=13600 CPUtime=17.61
/proc/3456/stat : 3456 (sugar) S 3454 3456 824 0 -1 4194304 1031 17617 0 2 4 0 1737 20 15 0 1 0 1547531400 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3456/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 17.61
Current children cumulated vsize (KiB) 13600

[startup+18.502 s]
/proc/loadavg: 1.94 1.98 1.99 3/92 3478
/proc/meminfo: memFree=1422584/2055920 swapFree=4095080/4192956
[pid=3456] ppid=3454 vsize=13600 CPUtime=17.61
/proc/3456/stat : 3456 (sugar) S 3454 3456 824 0 -1 4194304 1031 17617 0 2 4 0 1737 20 15 0 1 0 1547531400 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3456/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 17.61
Current children cumulated vsize (KiB) 13600

[startup+18.6013 s]
/proc/loadavg: 1.94 1.98 1.99 3/92 3490
/proc/meminfo: memFree=1440888/2055920 swapFree=4095080/4192956
[pid=3456] ppid=3454 vsize=13600 CPUtime=18.24
/proc/3456/stat : 3456 (sugar) S 3454 3456 824 0 -1 4194304 1089 21578 0 2 4 0 1797 23 16 0 1 0 1547531400 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3456/statm: 3400 798 370 3 0 500 0
[pid=3481] ppid=3456 vsize=5356 CPUtime=0
/proc/3481/stat : 3481 (sh) S 3456 3456 824 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1547533252 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3481/statm: 1339 233 193 169 0 50 0
[pid=3482] ppid=3481 vsize=863720 CPUtime=0.06
/proc/3482/stat : 3482 (java) S 3481 3456 824 0 -1 0 3145 0 1 0 5 1 0 0 18 0 9 0 1547533253 884449280 2632 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3482/statm: 215930 2632 1610 9 0 210512 0
[pid=3482/tid=3483] ppid=3481 vsize=863720 CPUtime=0.04
/proc/3482/task/3483/stat : 3483 (java) R 3481 3456 824 0 -1 64 2237 0 1 0 4 0 0 0 20 0 9 0 1547533253 884449280 2632 996147200 134512640 134550740 4294956000 18446744073709551615 4125967179 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3482/tid=3484] ppid=3481 vsize=863720 CPUtime=0
/proc/3482/task/3484/stat : 3484 (java) S 3481 3456 824 0 -1 64 3 0 0 0 0 0 0 0 18 0 9 0 1547533255 884449280 2632 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3482/tid=3485] ppid=3481 vsize=863720 CPUtime=0
/proc/3482/task/3485/stat : 3485 (java) S 3481 3456 824 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1547533255 884449280 2632 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3482/tid=3486] ppid=3481 vsize=863720 CPUtime=0
/proc/3482/task/3486/stat : 3486 (java) S 3481 3456 824 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 1547533255 884449280 2632 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3482/tid=3487] ppid=3481 vsize=863720 CPUtime=0
/proc/3482/task/3487/stat : 3487 (java) S 3481 3456 824 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1547533257 884449280 2632 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3482/tid=3488] ppid=3481 vsize=863720 CPUtime=0
/proc/3482/task/3488/stat : 3488 (java) S 3481 3456 824 0 -1 64 214 0 0 0 0 0 0 0 19 0 9 0 1547533257 884449280 2632 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3482/tid=3489] ppid=3481 vsize=863720 CPUtime=0
/proc/3482/task/3489/stat : 3489 (java) S 3481 3456 824 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1547533257 884449280 2632 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3482/tid=3490] ppid=3481 vsize=863720 CPUtime=0
/proc/3482/task/3490/stat : 3490 (java) S 3481 3456 824 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 1547533257 884449280 2632 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 18.3
Current children cumulated vsize (KiB) 882676

Child status: 0
Real time (s): 18.6851
CPU time (s): 18.3852
CPU user time (s): 18.1112
CPU system time (s): 0.273958
CPU usage (%): 98.3951
Max. virtual memory (cumulated for all children) (KiB): 884636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.1112
system time used= 0.273958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26413
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= 6378
involuntary context switches= 6910

runsolver used 0.037994 second user time and 0.088986 second system time

The end

Launcher Data (download as text)

Begin job on node40 at 2008-07-04 15:37:17
IDJOB=1074408
IDBENCH=56410
IDSOLVER=346
FILE ID=node40/1074408-1215178637
PBS_JOBID= 7881474
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/lexPuzzle/normalized-crossword-m1-lex-puzzle11.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1074408-1215178637/watcher-1074408-1215178637 -o /tmp/evaluation-result-1074408-1215178637/solver-1074408-1215178637 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1074408-1215178637.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ce46a8a879ee15090ea4b332910f8459
RANDOM SEED=835918006

node40.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.209
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.209
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:       1455536 kB
Buffers:         54696 kB
Cached:         233380 kB
SwapCached:      91976 kB
Active:         446236 kB
Inactive:       109200 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1455536 kB
SwapTotal:     4192956 kB
SwapFree:      4095080 kB
Dirty:            1444 kB
Writeback:           0 kB
Mapped:         283032 kB
Slab:            29564 kB
Committed_AS:  3317952 kB
PageTables:       2396 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= 66548 MiB
End job on node40 at 2008-07-04 15:37:36